pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cdirip: Update to 0.6.4
Module Name: pkgsrc-wip
Committed By: Travis Paul <tpaul%netbsd.org@localhost>
Pushed By: tpaul
Date: Sat Nov 24 03:32:48 2018 +0800
Changeset: 17025acf0debeae223ea4bc991194ed137e7e85e
Modified Files:
cdirip/Makefile
cdirip/distinfo
Removed Files:
cdirip/patches/patch-Makefile
Log Message:
cdirip: Update to 0.6.4
Upstreamed Makefile changes for RELRO support.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=17025acf0debeae223ea4bc991194ed137e7e85e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cdirip/Makefile | 2 +-
cdirip/distinfo | 9 ++++-----
cdirip/patches/patch-Makefile | 23 -----------------------
3 files changed, 5 insertions(+), 29 deletions(-)
diffs:
diff --git a/cdirip/Makefile b/cdirip/Makefile
index 0b695c6d74..9929bafe74 100644
--- a/cdirip/Makefile
+++ b/cdirip/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= cdirip-0.6.3
+DISTNAME= cdirip-0.6.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=jozip/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/cdirip/distinfo b/cdirip/distinfo
index 4d2b7dfa9e..df355f82d9 100644
--- a/cdirip/distinfo
+++ b/cdirip/distinfo
@@ -1,7 +1,6 @@
$NetBSD$
-SHA1 (cdirip-0.6.3.tar.gz) = 788d2fab1e07fed34096fce7d7648be3d1d9fb14
-RMD160 (cdirip-0.6.3.tar.gz) = f08afde4350d226f95595e59e060a2572dd29dca
-SHA512 (cdirip-0.6.3.tar.gz) = 950683625fd7aa32d88d2a872263e15c7e1d5c0e494d20997c115e830f35b9b9998ba4c37932bcc79bd76cff6010b23a64e472e535e731caa7efcd8a1391c7ff
-Size (cdirip-0.6.3.tar.gz) = 29995 bytes
-SHA1 (patch-Makefile) = eaed96c3629330677b85f5296c3a19483a6603e6
+SHA1 (cdirip-0.6.4.tar.gz) = 708295ba56347cd2d831a9af7830201554b2d7ec
+RMD160 (cdirip-0.6.4.tar.gz) = cf0c3f3359de2e679006228e8c35bc8bd54fd8ce
+SHA512 (cdirip-0.6.4.tar.gz) = 1ee313350fef61b96284a7a6990faae5c353bf415bbb9ea8a62e71e993e5f762f2e97724298bff2490204b471f0cefd84934c575821502f8e09c2ee1e9356fa1
+Size (cdirip-0.6.4.tar.gz) = 30003 bytes
diff --git a/cdirip/patches/patch-Makefile b/cdirip/patches/patch-Makefile
deleted file mode 100644
index 22bff3c2e0..0000000000
--- a/cdirip/patches/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-Honor LDFLAGS
-Upstream PR (merged): https://github.com/jozip/cdirip/pull/1
-
---- Makefile.orig 2015-08-01 00:12:30.000000000 +0000
-+++ Makefile
-@@ -24,7 +24,7 @@ CP = cp -f
- ${CC} -c ${CFLAGS} $<
-
- cdirip: ${OBJECTS}
-- ${CC} -o $@ ${OBJECTS} -lm
-+ ${CC} ${LDFLAGS} -o $@ ${OBJECTS} -lm
-
- all: cdirip
-
-@@ -35,4 +35,4 @@ mrproper: clean
-
- install: all
- ${CP} ${OUTPUT} ${DESTDIR}/usr/bin # Line 25
-- ${CP} ${HEADERS} ${DESTDIR}/usr/include/cdirip # Line 26
-\ No newline at end of file
-+ ${CP} ${HEADERS} ${DESTDIR}/usr/include/cdirip # Line 26
Home |
Main Index |
Thread Index |
Old Index