pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/netcat-openbsd
Module Name: pkgsrc
Committed By: jlam
Date: Sat Aug 19 00:23:24 UTC 2017
Modified Files:
pkgsrc/net/netcat-openbsd: distinfo
Added Files:
pkgsrc/net/netcat-openbsd/patches: patch-Makefile
Log Message:
net/netcat-openbsd: Install manpages into ${PKGMANDIR}.
Fix the project Makefile -- it was using ${PKGMANDIR} in a
different way than how pkgsrc uses it.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/netcat-openbsd/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/netcat-openbsd/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/netcat-openbsd/distinfo
diff -u pkgsrc/net/netcat-openbsd/distinfo:1.3 pkgsrc/net/netcat-openbsd/distinfo:1.4
--- pkgsrc/net/netcat-openbsd/distinfo:1.3 Wed Nov 4 00:35:15 2015
+++ pkgsrc/net/netcat-openbsd/distinfo Sat Aug 19 00:23:24 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:15 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/08/19 00:23:24 jlam Exp $
SHA1 (netcat-openbsd-20131208-126d9bbdca6afb45d9c2d38e4313d2a1a59e35e9.tar.gz) = 57b7d0313e3d03791430d66826f158b874deb8bf
RMD160 (netcat-openbsd-20131208-126d9bbdca6afb45d9c2d38e4313d2a1a59e35e9.tar.gz) = 70d580f0428b7f5564d3e15611a152510d7dde7e
SHA512 (netcat-openbsd-20131208-126d9bbdca6afb45d9c2d38e4313d2a1a59e35e9.tar.gz) =
f87ffbfa2b29ccd03a4eea228790c04dd794c839024b69b42707a7fcfebb714a719c9e622b6f6925500cefbf1b75974c8a39fe0661e25270f9a2220583362ec8
Size (netcat-openbsd-20131208-126d9bbdca6afb45d9c2d38e4313d2a1a59e35e9.tar.gz) = 19533 bytes
+SHA1 (patch-Makefile) = d33814f068d42a4c2decc6bd10e44fa7125bbb8a
Added files:
Index: pkgsrc/net/netcat-openbsd/patches/patch-Makefile
diff -u /dev/null pkgsrc/net/netcat-openbsd/patches/patch-Makefile:1.1
--- /dev/null Sat Aug 19 00:23:24 2017
+++ pkgsrc/net/netcat-openbsd/patches/patch-Makefile Sat Aug 19 00:23:24 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile,v 1.1 2017/08/19 00:23:24 jlam Exp $
+
+--- Makefile.orig 2013-12-08 03:03:28.000000000 +0000
++++ Makefile
+@@ -8,5 +8,5 @@ all:
+ install:
+ install -d ${DESTDIR}/${PREFIX}/bin/
+ install nc ${DESTDIR}/${PREFIX}/bin/nc
+- install -d ${DESTDIR}/${PREFIX}/${PKGMANDIR}/${PKGMANDIR}1/
+- install -m 0644 nc.1 ${DESTDIR}/${PREFIX}/${PKGMANDIR}/${PKGMANDIR}1/nc.1
++ install -d ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man1/
++ install -m 0644 nc.1 ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man1/nc.1
Home |
Main Index |
Thread Index |
Old Index