Date: Tue, 30 Dec 2008 16:25:36 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kcwu@csie.org Subject: ports/130049: [PATCH] converters/convmv: update to 1.14 Message-ID: <200812300825.mBU8PaR3033784@stucgi.cs.nctu.edu.tw> Resent-Message-ID: <200812300830.mBU8U41h098532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130049 >Category: ports >Synopsis: [PATCH] converters/convmv: update to 1.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 30 08:30:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p6 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #0: Fri Nov 28 17:44:01 CST 2008 >Description: - Update to 1.14 Port maintainer (kcwu@csie.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- convmv-1.14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/convmv/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 6 Mar 2008 13:56:03 -0000 1.5 +++ Makefile 30 Dec 2008 08:24:52 -0000 @@ -6,7 +6,7 @@ # PORTNAME= convmv -PORTVERSION= 1.12 +PORTVERSION= 1.14 CATEGORIES= converters perl5 MASTER_SITES= http://www.j3e.de/linux/convmv/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/converters/convmv/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 6 Mar 2008 13:56:03 -0000 1.5 +++ distinfo 30 Dec 2008 08:24:52 -0000 @@ -1,3 +1,3 @@ -MD5 (convmv-1.12.tar.gz) = f96ca9198fc0a2192920f5baf002dfe4 -SHA256 (convmv-1.12.tar.gz) = 49a6576b68e986cf1f6c18a93e7bcef554cf614ccdc19dd117becb6624425e0f -SIZE (convmv-1.12.tar.gz) = 23059 +MD5 (convmv-1.14.tar.gz) = d41238051c13b2e6c0cc2310a8f69d68 +SHA256 (convmv-1.14.tar.gz) = 9695f5e24a17c9056f69479efc4c1b60174de1901ad83d8dbd6ecea2fdca7cef +SIZE (convmv-1.14.tar.gz) = 26620 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/converters/convmv/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 27 Oct 2004 21:12:27 -0000 1.1 +++ files/patch-Makefile 30 Dec 2008 08:24:52 -0000 @@ -1,14 +1,15 @@ ---- Makefile.orig Wed Oct 27 16:52:11 2004 -+++ Makefile Wed Oct 27 16:51:52 2004 -@@ -1,17 +1,17 @@ +--- Makefile.orig 2008-12-30 16:19:24.000000000 +0800 ++++ Makefile 2008-12-30 16:20:32.000000000 +0800 +@@ -1,6 +1,6 @@ DESTDIR= -PREFIX=/usr/local -MANDIR=$(PREFIX)/share/man +PREFIX?=/usr/local +MANDIR=$(PREFIX)/man - - all: manpage - + TAR=tar + FIND=find + SED=sed +@@ -10,11 +10,11 @@ install: all mkdir -p $(DESTDIR)$(MANDIR)/man1/ mkdir -p $(DESTDIR)$(PREFIX)/bin/ @@ -21,4 +22,4 @@ + pod2man --section 1 --center=" " convmv > convmv.1 clean: - rm -f convmv.1.gz convmv-*.tar.gz MD5sums .files .name + rm -f convmv.1.gz convmv-*.tar.gz MD5sums SHA256sums .files .name --- convmv-1.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812300825.mBU8PaR3033784>