diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2013-11-23 15:18:03 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2013-11-23 15:18:03 +0000 |
commit | e3e35c3d88619c9ceff28980ec367b5410680b14 (patch) | |
tree | 9a7a38e4aaadcb9757a27f65c1e98ce44b0c4337 | |
parent | 4e26a179912cf70d8b0cbfbceeb77305c7386fc7 (diff) | |
download | ports-e3e35c3d88619c9ceff28980ec367b5410680b14.tar.gz ports-e3e35c3d88619c9ceff28980ec367b5410680b14.zip |
Notes
-rw-r--r-- | databases/py-sqlalchemy-devel/Makefile | 3 | ||||
-rw-r--r-- | databases/py-sqlalchemy/Makefile | 1 | ||||
-rw-r--r-- | math/ump/Makefile | 2 | ||||
-rw-r--r-- | www/joomla25/Makefile | 2 | ||||
-rw-r--r-- | www/joomla31/Makefile | 3 |
5 files changed, 5 insertions, 6 deletions
diff --git a/databases/py-sqlalchemy-devel/Makefile b/databases/py-sqlalchemy-devel/Makefile index 80e82f6ec05a..d476ace8a109 100644 --- a/databases/py-sqlalchemy-devel/Makefile +++ b/databases/py-sqlalchemy-devel/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 0.8.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 08 DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org @@ -13,8 +14,6 @@ COMMENT= Python SQL toolkit and Object Relational Mapper LICENSE= MIT -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-devel - TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index bd74f351ded5..cd203b082a48 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 0.7.10 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 07 DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org diff --git a/math/ump/Makefile b/math/ump/Makefile index de666c270ea1..371b3f34a827 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -6,12 +6,12 @@ PORTVERSION= 0.8.6 PORTREVISION= 7 CATEGORIES= math MASTER_SITES= SF/u-m-p/u-m-p/${PORTVERSION} +PKGNAMESUFFIX= -math MAINTAINER= nivit@FreeBSD.org COMMENT= A graphical, easy to use math program CONFLICTS= ump-1.[0-9]* -LATEST_LINK= math-ump USES= gmake pkgconfig USE_BZIP2= yes diff --git a/www/joomla25/Makefile b/www/joomla25/Makefile index 9734b92eca1f..b9ae83ce6db8 100644 --- a/www/joomla25/Makefile +++ b/www/joomla25/Makefile @@ -4,6 +4,7 @@ PORTNAME= joomla PORTVERSION= 2.5.11 CATEGORIES= www +PKGNAMESUFFIX= 2 MAINTAINER= nivit@FreeBSD.org COMMENT= Dynamic web content management system (CMS) @@ -11,7 +12,6 @@ COMMENT= Dynamic web content management system (CMS) LICENSE= GPLv2 CONFLICTS= joomla-1.*.* -LATEST_LINK= joomla25 GH_ACCOUNT= ${PORTNAME} GH_PROJECT= ${PORTNAME}-cms diff --git a/www/joomla31/Makefile b/www/joomla31/Makefile index 67225fb7153f..b0337152c229 100644 --- a/www/joomla31/Makefile +++ b/www/joomla31/Makefile @@ -4,14 +4,13 @@ PORTNAME= joomla PORTVERSION= 3.1.1 CATEGORIES= www +PKGNAMESUFFIX= 3 MAINTAINER= nivit@FreeBSD.org COMMENT= Dynamic web content management system (CMS) LICENSE= GPLv2 -LATEST_LINK= joomla31 - GH_ACCOUNT= ${PORTNAME} GH_PROJECT= ${PORTNAME}-cms GH_COMMIT= 9bafaf2 |