diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-11 22:57:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-11 22:57:19 +0800 |
commit | 3c81557946f21ebedd2a2ff49174655d466c02ea (patch) | |
tree | 713ac487d079fc5bcfbd9f1098bd63695669ca84 /devel | |
parent | 504f4e44e35c0ebf301f445b76140b94d275256c (diff) | |
download | freebsd-ports-graphics-3c81557946f21ebedd2a2ff49174655d466c02ea.tar.gz freebsd-ports-graphics-3c81557946f21ebedd2a2ff49174655d466c02ea.tar.zst freebsd-ports-graphics-3c81557946f21ebedd2a2ff49174655d466c02ea.zip |
- update to newer release
- MASTER_SITE_GNUSTEP
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ffcall/Makefile | 10 | ||||
-rw-r--r-- | devel/ffcall/distinfo | 2 | ||||
-rw-r--r-- | devel/ffcall/pkg-descr | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 896f5d97523..480332400e6 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -6,15 +6,19 @@ # PORTNAME= ffcall -PORTVERSION= 1.8 +PORTVERSION= 1.8d CATEGORIES= devel -MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ +#MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ + ftp://ftp.gnustep.org/pub/gnustep/libs/ +MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org +#ONLY_FOR_ARCHS= i386 alpha ia64 USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +#INSTALLS_SHLIB= yes MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 MANCOMPRESSED= no diff --git a/devel/ffcall/distinfo b/devel/ffcall/distinfo index af8e7fba2da..ea9d882f7be 100644 --- a/devel/ffcall/distinfo +++ b/devel/ffcall/distinfo @@ -1 +1 @@ -MD5 (ffcall-1.8.tar.gz) = 5ec9fa72c11fa0c62d08ca55fce2a7dd +MD5 (ffcall-1.8d.tar.gz) = de022f82ee47c83039d496268c89b0b2 diff --git a/devel/ffcall/pkg-descr b/devel/ffcall/pkg-descr index 3ebb5824e28..9b49c1556a1 100644 --- a/devel/ffcall/pkg-descr +++ b/devel/ffcall/pkg-descr @@ -13,3 +13,4 @@ The four packages are: (a reentrant combination of vacall and trampoline) WWW: http://www.haible.de/bruno/packages-ffcall.html +WWW: http://www.gnu.org/directory/ffcall.html |