diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-05 00:02:16 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-05 00:02:16 +0800 |
commit | a8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch) | |
tree | 2d206dd00b752621c542c0b063bec6c9471a3355 /net | |
parent | 76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff) | |
download | freebsd-ports-gnome-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.gz freebsd-ports-gnome-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.zst freebsd-ports-gnome-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.zip |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/libnfs/Makefile | 4 | ||||
-rw-r--r-- | net/mrouted/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/libnfs/Makefile b/net/libnfs/Makefile index 547e62588cb3..e6707d97f022 100644 --- a/net/libnfs/Makefile +++ b/net/libnfs/Makefile @@ -5,7 +5,7 @@ PORTNAME= libnfs PORTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://cloud.github.com/downloads/sahlberg/${PORTNAME}/ +MASTER_SITES= GHC MAINTAINER= manuel.creach@icloud.com COMMENT= Client library for accessing NFS shares over a network @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= autoreconf gmake libtool pkgconfig USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= sahlberg post-patch: ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ diff --git a/net/mrouted/Makefile b/net/mrouted/Makefile index 3bff7371c473..529e2fb1474d 100644 --- a/net/mrouted/Makefile +++ b/net/mrouted/Makefile @@ -5,7 +5,7 @@ PORTNAME= mrouted PORTVERSION= 3.9.6 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://cloud.github.com/downloads/troglobit/mrouted/ +MASTER_SITES= GHC MAINTAINER= hrs@FreeBSD.org COMMENT= Multicast routing daemon providing DVMRP for IPv4 @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_RC_SUBR= mrouted USES= gmake tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= troglobit MAKE_ARGS= sysconfdir=${PREFIX}/etc \ mandir=${MAN8PREFIX}/man/man8 PORTDOCS= README AUTHORS ChangeLog |