svn commit: r327386 - head/www/zend-framework1

William Grzybowski wg at FreeBSD.org
Mon Sep 16 12:58:03 UTC 2013


Author: wg
Date: Mon Sep 16 12:58:02 2013
New Revision: 327386
URL: http://svnweb.freebsd.org/changeset/ports/327386

Log:
  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

Modified:
  head/www/zend-framework1/Makefile

Modified: head/www/zend-framework1/Makefile
==============================================================================
--- head/www/zend-framework1/Makefile	Mon Sep 16 12:56:55 2013	(r327385)
+++ head/www/zend-framework1/Makefile	Mon Sep 16 12:58:02 2013	(r327386)
@@ -6,6 +6,7 @@ PORTVERSION=	1.12.0
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://packages.zendframework.com/releases/${DISTNAME}/
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	wg at 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


More information about the svn-ports-all mailing list