From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 15:59:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F0766744; Tue, 22 Oct 2013 15:59:35 +0000 (UTC) (envelope-from tijl@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 DE03A245A; Tue, 22 Oct 2013 15:59:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MFxZ1p090576; Tue, 22 Oct 2013 15:59:35 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9MFxZWw090575; Tue, 22 Oct 2013 15:59:35 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201310221559.r9MFxZWw090575@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 22 Oct 2013 15:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331283 - head/converters/libticonv 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: Tue, 22 Oct 2013 15:59:36 -0000 Author: tijl Date: Tue Oct 22 15:59:35 2013 New Revision: 331283 URL: http://svnweb.freebsd.org/changeset/ports/331283 Log: - Support staging. - USES=gmake. - Make the Requires field private in pkgconfig file. Modified: head/converters/libticonv/Makefile Modified: head/converters/libticonv/Makefile ============================================================================== --- head/converters/libticonv/Makefile Tue Oct 22 14:59:32 2013 (r331282) +++ head/converters/libticonv/Makefile Tue Oct 22 15:59:35 2013 (r331283) @@ -2,6 +2,7 @@ PORTNAME= libticonv PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17 @@ -12,10 +13,11 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig + +post-patch: + @${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticonv.pc.in -NO_STAGE= yes .include