aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2009-01-02 04:12:34 +0800
committerlwhsu <lwhsu@FreeBSD.org>2009-01-02 04:12:34 +0800
commite5ce5ff1b0a4af350b79979e1117a54c1dae3c47 (patch)
treecab4d1c598984054c71c12ec128469ae3d19ae08 /converters
parent51c857406b916978c33d91071691ed3ece49dd4d (diff)
downloadfreebsd-ports-gnome-e5ce5ff1b0a4af350b79979e1117a54c1dae3c47.tar.gz
freebsd-ports-gnome-e5ce5ff1b0a4af350b79979e1117a54c1dae3c47.tar.zst
freebsd-ports-gnome-e5ce5ff1b0a4af350b79979e1117a54c1dae3c47.zip
- Update to 1.14
PR: ports/130049 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Kuang-che Wu <kcwu AT csie.org> (maintainer)
Diffstat (limited to 'converters')
-rw-r--r--converters/convmv/Makefile2
-rw-r--r--converters/convmv/distinfo6
-rw-r--r--converters/convmv/files/patch-Makefile15
3 files changed, 12 insertions, 11 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile
index 6d1fde64a6f0..20323d8e46d2 100644
--- a/converters/convmv/Makefile
+++ b/converters/convmv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= convmv
-PORTVERSION= 1.12
+PORTVERSION= 1.14
CATEGORIES= converters perl5
MASTER_SITES= http://www.j3e.de/linux/convmv/
diff --git a/converters/convmv/distinfo b/converters/convmv/distinfo
index f505fcede25e..9ef31bb44f6e 100644
--- a/converters/convmv/distinfo
+++ b/converters/convmv/distinfo
@@ -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
diff --git a/converters/convmv/files/patch-Makefile b/converters/convmv/files/patch-Makefile
index a26c9b1a0e1d..728be90a2ec2 100644
--- a/converters/convmv/files/patch-Makefile
+++ b/converters/convmv/files/patch-Makefile
@@ -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