diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-10-24 07:20:47 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-10-24 07:20:47 +0000 |
commit | fcaca518c72bbaf0a9d2e297192558b3834cc1bf (patch) | |
tree | 5625b601b118eada0b746c378ecd44eb61997dc8 /devel | |
parent | Upgrade to version 1.5 (diff) |
Update MASTER_SITES and add WWW.
PR: 44427
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=68710
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libffi-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/libffi-devel/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libffi/Makefile | 2 | ||||
-rw-r--r-- | devel/libffi/pkg-descr | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile index 664caf53e4ae..a137e081aa31 100644 --- a/devel/libffi-devel/Makefile +++ b/devel/libffi-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= libffi PORTVERSION= 1.20 CATEGORIES= devel -MASTER_SITES= ftp://sourceware.cygnus.com/pub/libffi/ +MASTER_SITES= ftp://sources.redhat.com/pub/libffi/ MAINTAINER= horance@freedom.ie.cycu.edu.tw diff --git a/devel/libffi-devel/pkg-descr b/devel/libffi-devel/pkg-descr index c26c491b2f4e..15514cb81826 100644 --- a/devel/libffi-devel/pkg-descr +++ b/devel/libffi-devel/pkg-descr @@ -2,3 +2,5 @@ The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. + +WWW: http://sources.redhat.com/libffi/ diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 664caf53e4ae..a137e081aa31 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -8,7 +8,7 @@ PORTNAME= libffi PORTVERSION= 1.20 CATEGORIES= devel -MASTER_SITES= ftp://sourceware.cygnus.com/pub/libffi/ +MASTER_SITES= ftp://sources.redhat.com/pub/libffi/ MAINTAINER= horance@freedom.ie.cycu.edu.tw diff --git a/devel/libffi/pkg-descr b/devel/libffi/pkg-descr index c26c491b2f4e..15514cb81826 100644 --- a/devel/libffi/pkg-descr +++ b/devel/libffi/pkg-descr @@ -2,3 +2,5 @@ The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. + +WWW: http://sources.redhat.com/libffi/ |