Date: Thu, 3 Oct 2013 06:57:24 +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: r329148 - head/databases/firebird20-server Message-ID: <201310030657.r936vP9c074450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310030657.r936vP9c074450>