From owner-svn-ports-head@FreeBSD.ORG Wed Mar 13 10:41:24 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]) by hub.freebsd.org (Postfix) with ESMTP id 50AFF803; Wed, 13 Mar 2013 10:41:24 +0000 (UTC) (envelope-from ehaupt@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 1FA356B5; Wed, 13 Mar 2013 10:41:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2DAfNLU083940; Wed, 13 Mar 2013 10:41:24 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2DAfNmh083938; Wed, 13 Mar 2013 10:41:23 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201303131041.r2DAfNmh083938@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 13 Mar 2013 10:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314054 - head/audio/libadplug 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: Wed, 13 Mar 2013 10:41:24 -0000 Author: ehaupt Date: Wed Mar 13 10:41:23 2013 New Revision: 314054 URL: http://svnweb.freebsd.org/changeset/ports/314054 Log: Fix post-patch regex in order to install adplug.pc in the correct directory. Also add the file to pkg-plist. This didn't pop up in previous tinderbox runs due to a bug in portbuild. While here move LICENSE, trim header and get rid of ABI version number in LIB_DEPENDS. Modified: head/audio/libadplug/Makefile head/audio/libadplug/pkg-plist Modified: head/audio/libadplug/Makefile ============================================================================== --- head/audio/libadplug/Makefile Wed Mar 13 10:22:23 2013 (r314053) +++ head/audio/libadplug/Makefile Wed Mar 13 10:41:23 2013 (r314054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libadplug -# Date created: 10 August 2004 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= libadplug PORTVERSION= 2.2.1 @@ -14,7 +10,9 @@ DISTNAME= adplug-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= AdLib emulator library supporting many formats -LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio +LICENSE= GPLv2 + +LIB_DEPENDS= binio:${PORTSDIR}/devel/libbinio USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -26,7 +24,6 @@ MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include -LICENSE= GPLv2 INFO= libadplug MAN1= adplugdb.1 @@ -42,7 +39,7 @@ post-patch: ${WRKSRC}/src/fprovide.cpp \ ${WRKSRC}/src/database.cpp \ ${WRKSRC}/src/dmo.cpp - @${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =.*\)|\1 $$(prefix)/libdata/pkgconfig|' \ + @${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/Makefile.am Modified: head/audio/libadplug/pkg-plist ============================================================================== --- head/audio/libadplug/pkg-plist Wed Mar 13 10:22:23 2013 (r314053) +++ head/audio/libadplug/pkg-plist Wed Mar 13 10:41:23 2013 (r314054) @@ -62,4 +62,5 @@ lib/libadplug-2.2.1.so.0 lib/libadplug.a lib/libadplug.la lib/libadplug.so +libdata/pkgconfig/adplug.pc @dirrm include/adplug