diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-22 01:45:49 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-22 01:45:49 +0000 |
commit | e40f98a4bb44fc6c1d977b46eeae4c2d4dde919f (patch) | |
tree | af678095e7c19b13e8624d1527e66910264ad31b /devel | |
parent | Add missing ';;' in previous commit. (diff) |
Repocopied from SWIG, because 1.3a3 is actually a development version
incompatible with 1.1p5, which is a stable version.
Thus 1.3a3 should take its place as SWIG-devel and 1.1p5 should take
its place back as SWIG.
Also:
- Remove a mirror which does not hold a distfile anymore
- Add perl5 to CATEGORIES
- Take over the maintainership (from ports@FreeBSD.org)
Notes
Notes:
svn path=/head/; revision=31838
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SWIG-devel/Makefile | 5 | ||||
-rw-r--r-- | devel/swig13/Makefile | 5 | ||||
-rw-r--r-- | devel/swig20/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile index b15c2f683c07..6f34e4e9510d 100644 --- a/devel/SWIG-devel/Makefile +++ b/devel/SWIG-devel/Makefile @@ -7,15 +7,14 @@ PORTNAME= swig PORTVERSION= 1.3a3 -CATEGORIES= devel python tcl82 +CATEGORIES= devel perl5 python tcl82 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/ \ - ftp://ftp.python.org/pub/python/contrib/System/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index b15c2f683c07..6f34e4e9510d 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -7,15 +7,14 @@ PORTNAME= swig PORTVERSION= 1.3a3 -CATEGORIES= devel python tcl82 +CATEGORIES= devel perl5 python tcl82 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/ \ - ftp://ftp.python.org/pub/python/contrib/System/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index b15c2f683c07..6f34e4e9510d 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -7,15 +7,14 @@ PORTNAME= swig PORTVERSION= 1.3a3 -CATEGORIES= devel python tcl82 +CATEGORIES= devel perl5 python tcl82 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/ \ - ftp://ftp.python.org/pub/python/contrib/System/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 |