Date: Thu, 19 Feb 2009 22:37:00 GMT From: Toni Gundogdu <legatvs@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131891: [maintainer update] multimedia/clive-utils update to 2.1.3 Message-ID: <200902192237.n1JMb06A086336@www.freebsd.org> Resent-Message-ID: <200902192240.n1JMe1JW069566@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131891 >Category: ports >Synopsis: [maintainer update] multimedia/clive-utils update to 2.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 19 22:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Toni Gundogdu >Release: >Organization: >Environment: >Description: * Bumped version to 2.1.3 * Use tarball GNU Makefile instead of do-install et al * Added files/patch-Makefile * Added USE_GMAKE * Added MANPAGES to OPTIONS * Removed NO_BUILD * Removed NO_INSTALL_MANPAGES and related * Removed MANCOMPRESSED >How-To-Repeat: >Fix: Patch attached with submission follows: --- /usr/ports/multimedia/clive-utils/Makefile 2009-02-19 12:22:54.000000000 +0200 +++ clive-utils/Makefile 2009-02-19 23:58:12.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= clive-utils -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= multimedia net perl5 MASTER_SITES= GOOGLE_CODE DIST_SUBDIR= clive @@ -16,7 +16,7 @@ USE_PERL5_RUN= 5.8.2+ USE_BZIP2= yes -NO_BUILD= yes +USE_GMAKE= yes RUN_DEPENDS+= clive>=2.0:${PORTSDIR}/multimedia/clive \ p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ @@ -28,7 +28,8 @@ PLIST_FILES= bin/clivefeed bin/clivepass bin/clivescan OPTIONS= PASTE "Enable pasting of URLs from X clipboard" Off \ - FONTDIALOG "Enable Font Dialog support" Off + FONTDIALOG "Enable Font Dialog support" Off \ + MANPAGES "Install manual pages" on .include <bsd.port.pre.mk> @@ -40,21 +41,9 @@ RUN_DEPENDS+= p5-Tk-FontDialog>=0.15:${PORTSDIR}/x11-toolkits/p5-Tk-FontDialog .endif -post-patch: - ${REINPLACE_CMD} -e 's|clivescan -S|clivescan -n|g' ${WRKSRC}/*.1 - -do-install: - ${MKDIR} ${PREFIX}/bin - for suffix in feed pass scan ; do \ - ${INSTALL_SCRIPT} ${WRKSRC}/clive$$suffix ${PREFIX}/bin ; \ - done - -.ifndef NO_INSTALL_MANPAGES +.ifdef WITH_MANPAGES +MAKE_ENV= WITH_MAN=yes MAN1= clivefeed.1 clivepass.1 clivescan.1 -MANCOMPRESSED= no -post-install: - ${MKDIR} ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/*.1 ${MANPREFIX}/man/man1 .endif .include <bsd.port.post.mk> --- /usr/ports/multimedia/clive-utils/distinfo 2009-02-15 15:19:19.000000000 +0200 +++ clive-utils/distinfo 2009-02-19 23:20:52.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (clive/clive-utils-2.1.2.tar.bz2) = 37e32689e2d534aa46b2c8bfd44c1eb8 -SHA256 (clive/clive-utils-2.1.2.tar.bz2) = 59b325b45b1c4b2ee85c4aeaa20aa35048b2e5a720bf91b2fe375a220bd34484 -SIZE (clive/clive-utils-2.1.2.tar.bz2) = 18482 +MD5 (clive/clive-utils-2.1.3.tar.bz2) = d01c86d00ca14c3fc677f203dde53102 +SHA256 (clive/clive-utils-2.1.3.tar.bz2) = 4e33f4603263768b06178f4251de26ca95c10eb9e9e6fda6804ce5a0bdc17882 +SIZE (clive/clive-utils-2.1.3.tar.bz2) = 19080 --- /usr/ports/multimedia/clive-utils/files/patch-Makefile 1970-01-01 02:00:00.000000000 +0200 +++ clive-utils/files/patch-Makefile 2009-02-19 23:24:07.000000000 +0200 @@ -0,0 +1,33 @@ +--- Makefile.orig 2009-02-19 23:22:22.000000000 +0200 ++++ Makefile 2009-02-19 23:23:47.000000000 +0200 +@@ -1,25 +1,21 @@ + # GNU Makefile + +-SHELL = /bin/sh +- +-prefix = $(HOME) ++prefix = $(PREFIX) + bindir = $(prefix)/bin + datarootdir = $(prefix)/share + datadir = $(datarootdir) +-mandir = $(datarootdir)/man ++mandir = $(MANPREFIX)/man + man1dir = $(mandir)/man1 + +-INSTALL = install -c +-INSTALL_D = install -d +-INSTALL_M = install -c -m 444 ++INSTALL = $(BSD_INSTALL_SCRIPT) ++INSTALL_D = mkdir -p ++INSTALL_M = $(BSD_INSTALL_MAN) + RM = rm -f + PERL = perl + POD2MAN = pod2man + AWK = awk + TR = tr + +-WITH_MAN = yes +- + RELEASE_scan := \ + $(shell sh -c "$(AWK) '/constant VERSION/ {print \$$5}' clivescan | \ + $(TR) -d '[\";]'") >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902192237.n1JMb06A086336>