diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-20 23:10:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-20 23:10:47 +0000 |
commit | 0fa6e5a96174a1e3462032ea8beedb82684f4933 (patch) | |
tree | 1d0b81c94111afff7f3464a7bffa29ab9cffc013 /devel/libg++ | |
parent | 0bcc95b0cc8ef95eba608f1c313ce5dc282badea (diff) | |
download | ports-0fa6e5a96174a1e3462032ea8beedb82684f4933.tar.gz ports-0fa6e5a96174a1e3462032ea8beedb82684f4933.zip |
Notes
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/Makefile | 13 | ||||
-rw-r--r-- | devel/libg++/distinfo | 1 |
2 files changed, 10 insertions, 4 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 9b0f31b7cc82..0f7d98f64be9 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -8,12 +8,17 @@ DISTNAME= libg++-2.8.1.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.valinux.com/pub/support/hjl/ \ - ftp://egcs.cygnus.com/pub/gcc/infrastructure/ \ - ftp://ftp.iij.ad.jp/pub/egcs/infrastructure/ \ - ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ +MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ + ftp://ftp.valinux.com/pub/support/hjl/ \ + ftp://egcs.cygnus.com/pub/gcc/infrastructure/ \ + ftp://ftp.iij.ad.jp/pub/egcs/infrastructure/ \ + ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ ${MASTER_SITE_GNU} +PATCH_SITES= http://www.m-hollstein.de/libgxx/ +PATCHFILES= libg++-2.8.1.3-20000312.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= obrien@FreeBSD.org CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} diff --git a/devel/libg++/distinfo b/devel/libg++/distinfo index d658fa8f3cf2..5f1ec9d5d98f 100644 --- a/devel/libg++/distinfo +++ b/devel/libg++/distinfo @@ -1 +1,2 @@ MD5 (libg++-2.8.1.3.tar.gz) = 2826dbbd081646c459b1774145ffd7bf +MD5 (libg++-2.8.1.3-20000312.diff.gz) = 906124171f15ee1585d840ed7d174009 |