From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 13:34:01 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 3B9E1FF3; Sat, 9 Nov 2013 13:34:01 +0000 (UTC) (envelope-from wg@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 0DDD12D9F; Sat, 9 Nov 2013 13:34:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9DY08J085776; Sat, 9 Nov 2013 13:34:00 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9DY03Q085774; Sat, 9 Nov 2013 13:34:00 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311091334.rA9DY03Q085774@svn.freebsd.org> From: William Grzybowski Date: Sat, 9 Nov 2013 13:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333290 - head/converters/bibtexconv 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: Sat, 09 Nov 2013 13:34:01 -0000 Author: wg Date: Sat Nov 9 13:34:00 2013 New Revision: 333290 URL: http://svnweb.freebsd.org/changeset/ports/333290 Log: converters/bibtexconv: update to 1.0.0 - Update to 1.0.0 - Allow staging PR: ports/183610 (based on) Submitted by: maintainer Modified: head/converters/bibtexconv/Makefile head/converters/bibtexconv/distinfo Modified: head/converters/bibtexconv/Makefile ============================================================================== --- head/converters/bibtexconv/Makefile Sat Nov 9 13:24:05 2013 (r333289) +++ head/converters/bibtexconv/Makefile Sat Nov 9 13:34:00 2013 (r333290) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bibtexconv -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= converters MASTER_SITES= http://www.iem.uni-due.de/~dreibh/bibtexconv/download/ \ http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/ @@ -13,27 +12,25 @@ COMMENT= BibTeX Converter LICENSE= GPLv3 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake -PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt -PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \ - web-example.export text-example.export -MAN1= bibtexconv.1 bibtexconv-odt.1 +PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt \ + man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz + +PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \ + web-example.export text-example.export + +OPTIONS_DEFINE= EXAMPLES -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \ ${WRKSRC}/src/Makefile.in post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} -.for f in ${PORTEXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/src/${f} ${EXAMPLESDIR} -.endfor -.endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/src/,} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/converters/bibtexconv/distinfo ============================================================================== --- head/converters/bibtexconv/distinfo Sat Nov 9 13:24:05 2013 (r333289) +++ head/converters/bibtexconv/distinfo Sat Nov 9 13:34:00 2013 (r333290) @@ -1,2 +1,2 @@ -SHA256 (bibtexconv-0.9.3.tar.gz) = 5fb38c05ec2e8b35421ca905add199d8a6f3c46794a59623d2584f95e7300522 -SIZE (bibtexconv-0.9.3.tar.gz) = 436597 +SHA256 (bibtexconv-1.0.0.tar.gz) = b47979aac7e5aa4e4d4e45deabc59fda2f5c363d8fa67139b53b8e76e3fe4e9d +SIZE (bibtexconv-1.0.0.tar.gz) = 442266