diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-17 19:10:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-17 19:10:05 +0800 |
commit | 0a7e7b776d338a1b2085615d45431ad4fccce643 (patch) | |
tree | 11a2246fce2d5ee00630793cd962d224aa212664 | |
parent | 00d7663630c4de906dc6d58c1bf7260a7639e9ea (diff) | |
download | freebsd-ports-gnome-0a7e7b776d338a1b2085615d45431ad4fccce643.tar.gz freebsd-ports-gnome-0a7e7b776d338a1b2085615d45431ad4fccce643.tar.zst freebsd-ports-gnome-0a7e7b776d338a1b2085615d45431ad4fccce643.zip |
- Add LICENSE
- Update MASTER_SITES:
- Remove defunct ftp.planetmirror.com and ftp.nctu.edu.tw
- Add http:// links
-rw-r--r-- | devel/rpc2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index 65efbcb3ccae..081def1c2841 100644 --- a/devel/rpc2/Makefile +++ b/devel/rpc2/Makefile @@ -4,14 +4,16 @@ PORTNAME= rpc2 PORTVERSION= 2.10 CATEGORIES= devel -MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ - ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ - ftp://ftp.planetmirror.com/pub/coda/src/ \ - ftp://ftp.nctu.edu.tw/mirror/Coda/src/ +MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ + http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ + ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ + ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Interprocess communication library +LICENSE= LGPL20 + LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp USES= gmake pathfix perl5 pkgconfig |