pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

clic: Update to 1.1.1



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Mar 1 12:32:14 2019 +0100
Changeset:	e169286fbf876d2069687a795fbde2f02fadea0d

Modified Files:
	clic/Makefile
	clic/distinfo
Removed Files:
	clic/patches/patch-Makefile

Log Message:
clic: Update to 1.1.1

Changes:
 - Add TLS suppoort
 - Misc bug fixes and improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e169286fbf876d2069687a795fbde2f02fadea0d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 clic/Makefile               |  2 +-
 clic/distinfo               |  8 ++++----
 clic/patches/patch-Makefile | 29 -----------------------------
 3 files changed, 5 insertions(+), 34 deletions(-)

diffs:
diff --git a/clic/Makefile b/clic/Makefile
index 55e2e6d038..88549b2043 100644
--- a/clic/Makefile
+++ b/clic/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2018/02/28 16:32:56 leot Exp $
 
-DISTNAME=	clic-v1.01
+DISTNAME=	clic-v1.1.1
 PKGNAME=	${DISTNAME:S/-v/-/}
 CATEGORIES=	net
 MASTER_SITES=	ftp://bitreich.org/releases/clic/
diff --git a/clic/distinfo b/clic/distinfo
index 61b7e1f528..c5f6133337 100644
--- a/clic/distinfo
+++ b/clic/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.1 2018/02/26 16:52:21 leot Exp $
 
-SHA1 (clic-v1.01.tgz) = 58dc15228af54518765ba8b07915ff089c834bc3
-RMD160 (clic-v1.01.tgz) = 8f09b0b3938b0c3965cacc3433cd15add36d50fb
-SHA512 (clic-v1.01.tgz) = f08645e5e1953ae80275132fcc65887cdc6e018bead8ae69cf26b39fdc21d65a4042c4d3d47babbfc1bbf6327de33c9605495e982aeb541c265b0b7f6f3e8446
-Size (clic-v1.01.tgz) = 10550 bytes
+SHA1 (clic-v1.1.1.tgz) = 79d8a7f9cb7712dc0fb10befad9c96b7255e6c23
+RMD160 (clic-v1.1.1.tgz) = 7285612e6122ddcbc72712ca402cf0290ca0c3ef
+SHA512 (clic-v1.1.1.tgz) = 9755870276c6f244d97592881b1cd100b0ecaedc2290f8a858cbf0ff2bf18eee2db2ee8671f4968f1b9f11d3a9784aa00f607586dd672fa23c8652ab6c5a6a87
+Size (clic-v1.1.1.tgz) = 985718 bytes
 SHA1 (patch-Makefile) = 2caad90c2aedd3955b19f31d90c895f97eedb9bf
diff --git a/clic/patches/patch-Makefile b/clic/patches/patch-Makefile
deleted file mode 100644
index fd5dff6ffd..0000000000
--- a/clic/patches/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD$
-
-Install clic(1) man page and always quote variables for consistency (and also to
-avoid possible problems if any of them contain spaces).
-
---- Makefile.orig	2018-08-13 21:06:55.211365239 +0000
-+++ Makefile
-@@ -19,15 +19,16 @@ install: ${BIN}
- 	@mkdir -p "${DESTDIR}${BINDIR}"
- 	@cp -f clic "${DESTDIR}${BINDIR}/${BIN}"
- 	@chmod 755 "${DESTDIR}${BINDIR}/${BIN}"
--	@echo installing manual page to ${DESTDIR}${MANDIR}/man1
--	@mkdir -p ${DESTDIR}${MANDIR}/man1
--	@chmod 644 ${DESTDIR}${MANDIR}/man1/clic.1
-+	@echo installing manual page to "${DESTDIR}${MANDIR}/man1"
-+	@mkdir -p "${DESTDIR}${MANDIR}/man1"
-+	@cp -f clic.1 "${DESTDIR}${MANDIR}/man1/clic.1"
-+	@chmod 644 "${DESTDIR}${MANDIR}/man1/clic.1"
- 
- uninstall:
- 	@echo removing executable file from "${DESTDIR}${PREFIX}/bin"
- 	@rm -f "${DESTDIR}${BINDIR}/${BIN}"
--	@echo removing manual page from ${DESTDIR}${MANDIR}/man1
--	@rm -f ${DESTDIR}${MANDIR}/man1/clic.1
-+	@echo removing manual page from "${DESTDIR}${MANDIR}/man1"
-+	@rm -f "${DESTDIR}${MANDIR}/man1/clic.1"
- 
- clean:
- 	rm -f "${BIN}" clic.o clic.eclh clic.cxx


Home | Main Index | Thread Index | Old Index