From owner-svn-ports-all@FreeBSD.ORG Fri Jun 14 14:39:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E62B47D0; Fri, 14 Jun 2013 14:39:53 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D8A6712AC; Fri, 14 Jun 2013 14:39:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5EEdrP3051809; Fri, 14 Jun 2013 14:39:53 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5EEdrLe051808; Fri, 14 Jun 2013 14:39:53 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306141439.r5EEdrLe051808@svn.freebsd.org> From: Boris Samorodov Date: Fri, 14 Jun 2013 14:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320938 - head/sysutils/dircomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 14:39:54 -0000 Author: bsam Date: Fri Jun 14 14:39:53 2013 New Revision: 320938 URL: http://svnweb.freebsd.org/changeset/ports/320938 Log: . remove shlib ABI versions from LIB_DEPENDS; . add LICENSE=GPLv2; . bump PORTREVISION; . trim Makefile headers. Modified: head/sysutils/dircomp/Makefile Modified: head/sysutils/dircomp/Makefile ============================================================================== --- head/sysutils/dircomp/Makefile Fri Jun 14 14:39:18 2013 (r320937) +++ head/sysutils/dircomp/Makefile Fri Jun 14 14:39:53 2013 (r320938) @@ -1,26 +1,24 @@ -# New ports collection makefile for: DirComp -# Date created: 20 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= DirComp PORTVERSION= 1.3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME:S/C/c/}-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Compare two directories +LICENSE= GPLv2 + .ifndef WITHOUT_X11 -LIB_DEPENDS= XGP.0:${PORTSDIR}/devel/libXGP +LIB_DEPENDS= XGP:${PORTSDIR}/devel/libXGP PLIST_FILES+= bin/XDirComp .else MK_PATCH+= s/@MYSUBDIRS@/Common/g; .endif -LIB_DEPENDS+= YGP.0:${PORTSDIR}/devel/libYGP +LIB_DEPENDS+= YGP:${PORTSDIR}/devel/libYGP GNU_CONFIGURE= yes USES= gettext