aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/clive-utils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-03-25 23:10:13 +0800
committermiwi <miwi@FreeBSD.org>2009-03-25 23:10:13 +0800
commit78b3eb0b68ba4286f020b571930cd2cc5c30395e (patch)
tree0d15d470b8879d4a80e87468311f2aeaa53d9cbe /multimedia/clive-utils
parenta022fdc719ad4e059405de99cf599f0fd06f5c20 (diff)
downloadfreebsd-ports-gnome-78b3eb0b68ba4286f020b571930cd2cc5c30395e.tar.gz
freebsd-ports-gnome-78b3eb0b68ba4286f020b571930cd2cc5c30395e.tar.zst
freebsd-ports-gnome-78b3eb0b68ba4286f020b571930cd2cc5c30395e.zip
- Update to 2.1.4
PR: 133058 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/clive-utils')
-rw-r--r--multimedia/clive-utils/Makefile3
-rw-r--r--multimedia/clive-utils/distinfo6
-rw-r--r--multimedia/clive-utils/files/patch-Makefile13
3 files changed, 12 insertions, 10 deletions
diff --git a/multimedia/clive-utils/Makefile b/multimedia/clive-utils/Makefile
index f6ea1f0a3f4e..d5923c79e639 100644
--- a/multimedia/clive-utils/Makefile
+++ b/multimedia/clive-utils/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= clive-utils
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.4
CATEGORIES= multimedia net perl5
MASTER_SITES= GOOGLE_CODE
DIST_SUBDIR= clive
@@ -17,6 +17,7 @@ COMMENT= Passwords, RSS parsing, and link extraction for clive
USE_PERL5_RUN= 5.8.2+
USE_BZIP2= yes
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
RUN_DEPENDS+= clive>=2.0:${PORTSDIR}/multimedia/clive \
p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
diff --git a/multimedia/clive-utils/distinfo b/multimedia/clive-utils/distinfo
index 45805e8719ae..4229cd5329e2 100644
--- a/multimedia/clive-utils/distinfo
+++ b/multimedia/clive-utils/distinfo
@@ -1,3 +1,3 @@
-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
+MD5 (clive/clive-utils-2.1.4.tar.bz2) = dced32338efe8c16f305ddedb0ed6ccc
+SHA256 (clive/clive-utils-2.1.4.tar.bz2) = 502def09878fd2ef42e99251e28a3f1965c963e8a6835c39d99723caf8a27433
+SIZE (clive/clive-utils-2.1.4.tar.bz2) = 20222
diff --git a/multimedia/clive-utils/files/patch-Makefile b/multimedia/clive-utils/files/patch-Makefile
index 0fe43e83e6a8..08a787d2dd24 100644
--- a/multimedia/clive-utils/files/patch-Makefile
+++ b/multimedia/clive-utils/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2009-02-19 23:22:22.000000000 +0200
-+++ Makefile 2009-02-19 23:23:47.000000000 +0200
-@@ -1,25 +1,21 @@
+--- Makefile.orig 2009-03-25 12:31:53.000000000 +0200
++++ Makefile 2009-03-25 12:32:25.000000000 +0200
+@@ -1,26 +1,21 @@
# GNU Makefile
-SHELL = /bin/sh
@@ -27,7 +27,8 @@
TR = tr
-WITH_MAN = yes
+-WITH_CHECK = yes
-
- RELEASE_scan := \
- $(shell sh -c "$(AWK) '/constant VERSION/ {print \$$5}' clivescan | \
- $(TR) -d '[\";]'")
+ .PHONY: all checks
+ all: checks
+