Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 12:58:02 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327386 - head/www/zend-framework1
Message-ID:  <201309161258.r8GCw2rH053892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161258.r8GCw2rH053892>