pkgsrc-WIP-changes archive

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

clic: Update to 1.1.3



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

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

Log Message:
clic: Update to 1.1.3

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=6f6f70a187e1227edd4ff6477833f7da1f0e79c9

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..306d315587 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.3
 PKGNAME=	${DISTNAME:S/-v/-/}
 CATEGORIES=	net
 MASTER_SITES=	ftp://bitreich.org/releases/clic/
diff --git a/clic/distinfo b/clic/distinfo
index 61b7e1f528..3c522e303f 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.3.tgz) = 4c69255c0e7cd1c3bd08c6bba6e208ea76ff393e
+RMD160 (clic-v1.1.3.tgz) = cf58ddd5f878e5c0d415f550fcbae9c307b9134a
+SHA512 (clic-v1.1.3.tgz) = 422cf302bb786575f62edef69a43ee04d824ae3c8f39c7797b596489f97c514d9f84c9e4fd5fc1618c8e4cb8e7ea09d5f132c1cc9785b20417f02d317d275bc0
+Size (clic-v1.1.3.tgz) = 985824 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