Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 06:58:29 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329151 - head/databases/firebird21-server
Message-ID:  <201310030658.r936wTOX074780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Thu Oct  3 06:58:29 2013
New Revision: 329151
URL: http://svnweb.freebsd.org/changeset/ports/329151

Log:
  - Remove LATEST_LINK [1]
  - Other modifications for avoid pkg name collisions [1]
  
  Suggested by:   bapt [1]

Modified:
  head/databases/firebird21-server/Makefile

Modified: head/databases/firebird21-server/Makefile
==============================================================================
--- head/databases/firebird21-server/Makefile	Thu Oct  3 06:57:52 2013	(r329150)
+++ head/databases/firebird21-server/Makefile	Thu Oct  3 06:58:29 2013	(r329151)
@@ -6,7 +6,7 @@ PORTVERSION=	2.1.5
 PORTREVISION?=	1
 CATEGORIES?=	databases
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-Release/
-PKGNAMESUFFIX?=	-server
+PKGNAMESUFFIX?=	${PORTVERSION:R:S/.//}-server
 DISTNAME=	${PORTNAME:S/f/F/}-${PORTVERSION}.18497-0
 DIST_SUBDIR=	${PORTNAME}
 
@@ -15,8 +15,6 @@ COMMENT?=	Firebird-2 relational database
 
 LIB_DEPENDS=	icuuc:${PORTSDIR}/devel/icu
 
-LATEST_LINK=	${PORTNAME}21${PKGNAMESUFFIX}
-
 USES=		bison
 USE_BZIP2=	yes
 USE_GCC=	any
@@ -68,7 +66,7 @@ UTIL_BIN=	fb_inet_server fb_lock_print f
 UDF_SO=		ib_udf.so fbudf.so
 UDF_SQL=	src/extlib/ib_udf2.sql src/extlib/fbudf/fbudf.sql
 
-PKGINSTALL?=	${PKGDIR}/pkg-install${PKGNAMESUFFIX}
+PKGINSTALL?=	${PKGDIR}/pkg-install-server
 .else
 # Client part stuff
 AUTOGENARGS=	--without-editline



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