svn commit: r329148 - head/databases/firebird20-server
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Thu Oct 3 06:57:25 UTC 2013
Author: acm
Date: Thu Oct 3 06:57:24 2013
New Revision: 329148
URL: http://svnweb.freebsd.org/changeset/ports/329148
Log:
- Remove LATEST_LINK [1]
- Other modifications for avoid pkg name collisions [1]
Suggested by: bapt [1]
Modified:
head/databases/firebird20-server/Makefile
Modified: head/databases/firebird20-server/Makefile
==============================================================================
--- head/databases/firebird20-server/Makefile Thu Oct 3 06:56:20 2013 (r329147)
+++ head/databases/firebird20-server/Makefile Thu Oct 3 06:57:24 2013 (r329148)
@@ -1,12 +1,12 @@
# Created by: Sergey Skvortsov <skv at protey.ru>
# $FreeBSD$
-PORTNAME?= firebird
+PORTNAME= firebird
PORTVERSION= 2.0.7
-PORTREVISION= 0
+PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-Release/
-PKGNAMESUFFIX?= -server
+PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server
DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.13318-0
DIST_SUBDIR= ${PORTNAME}
@@ -15,8 +15,6 @@ COMMENT?= Firebird-2 relational database
LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu
-LATEST_LINK= ${PORTNAME}20${PKGNAMESUFFIX}
-
USES= bison
USE_BZIP2= yes
USE_GCC= any
@@ -64,7 +62,7 @@ SUB_FILES= pkg-message aliases.conf
UTIL_BIN= fb_inet_server fb_lock_print fbstat gbak gdef gfix gsec nbackup
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= --with-editline
More information about the svn-ports-all
mailing list