From owner-svn-ports-head@FreeBSD.ORG Thu Oct 3 06:57:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38E06A34; Thu, 3 Oct 2013 06:57:25 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26B7327C0; Thu, 3 Oct 2013 06:57:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r936vPMD074451; Thu, 3 Oct 2013 06:57:25 GMT (envelope-from acm@svn.freebsd.org) Received: (from acm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r936vP9c074450; Thu, 3 Oct 2013 06:57:25 GMT (envelope-from acm@svn.freebsd.org) Message-Id: <201310030657.r936vP9c074450@svn.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Thu, 3 Oct 2013 06:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329148 - head/databases/firebird20-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 06:57:25 -0000 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 # $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