From b670fe609b3f11ef69986d6fbc8e152f9230a0e7 Mon Sep 17 00:00:00 2001 From: wg Date: Mon, 16 Sep 2013 12:58:02 +0000 Subject: www/zend-framework1: add PKGNAMESUFFIX - Use PKGNAMESUFFIX to allow pkg install to now propose every version but only the default - Remove now useless LATEST_LINK Reported by: bapt --- www/zend-framework1/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/zend-framework1/Makefile b/www/zend-framework1/Makefile index 75f4719e4756..80294625a962 100644 --- a/www/zend-framework1/Makefile +++ b/www/zend-framework1/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 1.12.0 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://packages.zendframework.com/releases/${DISTNAME}/ +PKGNAMESUFFIX= 1 MAINTAINER= wg@FreeBSD.org COMMENT= Framework for developing PHP web applications @@ -17,8 +18,6 @@ USE_PHP= spl WANT_PHP_WEB= yes USES= gettext -LATEST_LINK= ${PORTNAME}1 - CONFLICTS= ZendFramework-2.* SUB_FILES= pkg-message -- cgit