summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-11-26 16:35:17 +0000
committernia <nia@pkgsrc.org>2020-11-26 16:35:17 +0000
commite5f535abee667400b23fb3b95ca089e9f46c3c1d (patch)
treec4cb8e0022e2b22f0fd3688e260431f4a789da4b
parentf34a7fbf44c12249f796f1f32aed7b34a2f077f3 (diff)
downloadpkgsrc-e5f535abee667400b23fb3b95ca089e9f46c3c1d.tar.gz
jhead: Update to 3.04
Nov 20 2019: Apply a whole bunch of patches from Debian. Spell check and fuzz test stuff from Debian, nothing useful to human users. -------Released version 3.04 -- Nov 22 2019 --------
-rw-r--r--graphics/jhead/Makefile6
-rw-r--r--graphics/jhead/distinfo11
-rw-r--r--graphics/jhead/patches/patch-makefile16
3 files changed, 25 insertions, 8 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index 8682e92a3ab..cc1743f7d2b 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2020/01/26 17:31:21 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2020/11/26 16:35:17 nia Exp $
-DISTNAME= jhead-3.03
+DISTNAME= jhead-3.04
CATEGORIES= graphics
-MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
+MASTER_SITES= https://www.sentex.net/~mwandel/jhead/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.sentex.net/~mwandel/jhead/
diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo
index 24411cd4fad..ba42b1a7bad 100644
--- a/graphics/jhead/distinfo
+++ b/graphics/jhead/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.21 2019/11/06 18:54:08 yhardy Exp $
+$NetBSD: distinfo,v 1.22 2020/11/26 16:35:17 nia Exp $
-SHA1 (jhead-3.03.tar.gz) = 62c29eccfd1f207d8ff6512b69f703a368dbd697
-RMD160 (jhead-3.03.tar.gz) = c47d3c006dd64f4c9d206fe639027082fb53e28a
-SHA512 (jhead-3.03.tar.gz) = 3e1e5277ae3d22ed04a35cece42690e76f9f6196ab396cc7917ae27a1ebabae79ae359454d5a0597597b278c7e2e5e5766f5a5f6b57dc72a2aaf429e809dbb29
-Size (jhead-3.03.tar.gz) = 67762 bytes
+SHA1 (jhead-3.04.tar.gz) = 914ee3944d582bf3b3df8b208fffba6b8b07d2f3
+RMD160 (jhead-3.04.tar.gz) = 3e5558e2ab6b9f5a7eb3c089928fce45b8d884b5
+SHA512 (jhead-3.04.tar.gz) = d783b02059ebcb01845d346e7c48bdc9d9f12fb7b0fd47bf8aff0a85a03f3523fbc536ddab0912f1c56ddb315b6cf31f16d4c7a4f81112d9a4c76a4a57ec1aed
+Size (jhead-3.04.tar.gz) = 67754 bytes
+SHA1 (patch-makefile) = 48407ae7fc9aa3c0594dec09dd9abc70dfb79efb
diff --git a/graphics/jhead/patches/patch-makefile b/graphics/jhead/patches/patch-makefile
new file mode 100644
index 00000000000..2fea1ae6dd9
--- /dev/null
+++ b/graphics/jhead/patches/patch-makefile
@@ -0,0 +1,16 @@
+$NetBSD: patch-makefile,v 1.3 2020/11/26 16:35:17 nia Exp $
+
+Allow pkgsrc to set these flags.
+
+--- makefile.orig 2019-11-22 14:27:34.000000000 +0000
++++ makefile
+@@ -3,9 +3,6 @@
+ #--------------------------------
+ OBJ=.
+ SRC=.
+-CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+-CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
+ all: jhead
+