diff --git a/databases/libhsclient/Makefile b/databases/libhsclient/Makefile index 4d23d5362fa2..626c36431561 100644 --- a/databases/libhsclient/Makefile +++ b/databases/libhsclient/Makefile @@ -1,23 +1,23 @@ PORTNAME= libhsclient DISTVERSION= 1.0.6-20110614 PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://www.cs.nctu.edu.tw/~jnlin/distfiles/ +MASTER_SITES= http://people.cs.nycu.edu.tw/~jnlin/distfiles/ DISTNAME= HandlerSocket-Plugin-for-MySQL-${DISTVERSION} MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= Client Library of HandlerSocket Plugin WWW= https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool USE_CXXSTD= c++14 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-handlersocket-server=no WRKSRC= ${WRKDIR}/HandlerSocket-Plugin-for-MySQL .include diff --git a/sysutils/snap/Makefile b/sysutils/snap/Makefile index 4116409680bc..d9022c3cf0f6 100644 --- a/sysutils/snap/Makefile +++ b/sysutils/snap/Makefile @@ -1,24 +1,24 @@ PORTNAME= snap DISTVERSION= 1.01 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/ +MASTER_SITES= https://people.cs.nycu.edu.tw/~wchunhao/ports/snap/ MAINTAINER= wchunhao@cs.nctu.edu.tw COMMENT= Tools for periodic and manual management of UFS2 snapshots -WWW= http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/ +WWW= https://people.cs.nycu.edu.tw/~wchunhao/ports/snap/ NO_BUILD= yes USES= perl5 shebangfix USE_PERL5= run PLIST_FILES= sbin/snap etc/snap.conf share/man/man8/snap.8.gz SHEBANG_FILES= snap do-install: ${INSTALL_SCRIPT} ${WRKSRC}/snap ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/snap.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_DATA} ${WRKSRC}/snap.conf ${STAGEDIR}${PREFIX}/etc .include