pkgsrc-WIP-changes archive

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

Update hitch to 1.2.0.



Module Name:	pkgsrc-wip
Committed By:	Filip Hajny <filip%joyent.com@localhost>
Pushed By:	fhajny
Date:		Tue Apr 26 09:24:01 2016 +0000
Changeset:	fae7459880271f7035d2bb81bc857207a1d6f661

Modified Files:
	hitch/Makefile
	hitch/PLIST
	hitch/distinfo

Log Message:
Update hitch to 1.2.0.

- Fixes two minor leaks discovered by Coverity
- #72: Fix a error handling for command line --frontend option.
- Various autotools improvements
- Parallel make check

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

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

diffstat:
 hitch/Makefile | 16 +++++++++++++++-
 hitch/PLIST    |  2 +-
 hitch/distinfo |  8 ++++----
 3 files changed, 20 insertions(+), 6 deletions(-)

diffs:
diff --git a/hitch/Makefile b/hitch/Makefile
index 077f53c..f792c85 100644
--- a/hitch/Makefile
+++ b/hitch/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	hitch-1.1.1
+DISTNAME=	hitch-1.2.0
 CATEGORIES=	security
 MASTER_SITES=	https://hitch-tls.org/source/
 
@@ -12,10 +12,24 @@ LICENSE=	2-clause-bsd
 BUILD_DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 
 GNU_CONFIGURE=	yes
+USE_TOOLS+=	pkg-config
+
+CONFIGURE_ARGS+=	--with-rst2man=${PREFIX}/bin/rst2man.py${PYVERSSUFFIX}
 
 CPPFLAGS.SunOS+=	-D__EXTENSIONS__
 LIBS.SunOS+=		-lsocket
 
+INSTALLATION_DIRS+=	share/examples/hitch
+
+PKG_SYSCONFSUBDIR=	hitch
+
+CONF_FILES+=		share/examples/hitch/hitch.conf.ex \
+			${PKG_SYSCONFDIR}/hitch.conf
+
+post-install:
+	${MV} ${DESTDIR}${PREFIX}/share/doc/hitch/hitch.conf.ex \
+		${DESTDIR}${PREFIX}/share/examples/hitch
+
 PYTHON_FOR_BUILD_ONLY=	yes
 .include "../../lang/python/pyversion.mk"
 
diff --git a/hitch/PLIST b/hitch/PLIST
index abeeb51..2770a74 100644
--- a/hitch/PLIST
+++ b/hitch/PLIST
@@ -3,4 +3,4 @@ man/man8/hitch.8
 sbin/hitch
 share/doc/hitch/CHANGES.rst
 share/doc/hitch/README.md
-share/doc/hitch/hitch.conf.ex
+share/examples/hitch/hitch.conf.ex
diff --git a/hitch/distinfo b/hitch/distinfo
index bd73128..bf1948c 100644
--- a/hitch/distinfo
+++ b/hitch/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (hitch-1.1.1.tar.gz) = c0bc8602b684cb5538e2fcdd503cbc52adadad37
-RMD160 (hitch-1.1.1.tar.gz) = 2a2e4568e8af13c4554c30efd9582a778704dc07
-SHA512 (hitch-1.1.1.tar.gz) = ca63af94eadaacfcacbb4c3cb821ac45e01236fcaf49524eb8650ce883a40bb3b9eacea453aca21f1bb98f1896ec6157872c2f188a120b541f99d38c8cd4538c
-Size (hitch-1.1.1.tar.gz) = 178534 bytes
+SHA1 (hitch-1.2.0.tar.gz) = 9a5b2f3eee59892c36f45b4f50e201f2937f04a3
+RMD160 (hitch-1.2.0.tar.gz) = 029b22cf45b5d76819e197df7609afcbd2c35b02
+SHA512 (hitch-1.2.0.tar.gz) = e214d305e49dbd3bb4b741a094d50978f867e97bcd24e2775ce8a1ac450f6607fd638b801c9b41db0d7a22bda56b212a7e9eef053c2ce194f690f27301bd1f98
+Size (hitch-1.2.0.tar.gz) = 238079 bytes
 SHA1 (patch-src_hitch.c) = f16c5010a704291fd1c986b73bb987fd92148616


Home | Main Index | Thread Index | Old Index