pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.2.30



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jun 17 09:17:08 2021 -0500
Changeset:	5eaf187f28165161eeeb4851d8a69cf8302d6a37

Modified Files:
	libxtend/Makefile
	libxtend/distinfo

Log Message:
libxtend: Update to 0.1.2.30

Makefile: Allow caller to override either MANPREFIX or MANDIR

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

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

diffstat:
 libxtend/Makefile | 6 +++---
 libxtend/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 154198c9fe..5c247b82e2 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.2.28
+DISTNAME=	libxtend-0.1.2.30
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	5ab848a76cc6673f7768d5cf5c517492f9c8da8e
+GITHUB_TAG=	60fce9d67e0e4bebf1f8e9708ad86fa729bb7e0d
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
@@ -19,7 +19,7 @@ INSTALL_TARGET=	apple-install
 INSTALL_TARGET=	install-strip
 .endif
 
-MAKE_ENV+=	DYLIB_PATH=${PREFIX}/lib
+MAKE_ENV+=	DYLIB_PATH=${PREFIX}/lib MANDIR=${PREFIX}/${PKGMANDIR}
 
 pre-build:
 	cd ${WRKSRC} && ${MAKE} depend
diff --git a/libxtend/distinfo b/libxtend/distinfo
index ed071b0e45..548952ce70 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libxtend-0.1.2.28-5ab848a76cc6673f7768d5cf5c517492f9c8da8e.tar.gz) = 28e0e8091f0d966b665ea9a3e432e438cd612972
-RMD160 (libxtend-0.1.2.28-5ab848a76cc6673f7768d5cf5c517492f9c8da8e.tar.gz) = 66dcdcd9e75f7be48e64fc40d025349ebdf87536
-SHA512 (libxtend-0.1.2.28-5ab848a76cc6673f7768d5cf5c517492f9c8da8e.tar.gz) = 3cd6149fd0c246baec33c7b3f3ec8323027b5e9d0dbc67ac1dae11c51795294328d53a8553e935e174497c3ba8be9161896dd976e74486934fe18d3ceb83a75e
-Size (libxtend-0.1.2.28-5ab848a76cc6673f7768d5cf5c517492f9c8da8e.tar.gz) = 24209 bytes
+SHA1 (libxtend-0.1.2.30-60fce9d67e0e4bebf1f8e9708ad86fa729bb7e0d.tar.gz) = 6c6af53dd378c74fd1031eeb3cd53684da8d6af5
+RMD160 (libxtend-0.1.2.30-60fce9d67e0e4bebf1f8e9708ad86fa729bb7e0d.tar.gz) = bc4a599405ac70e0b93566a436476fd256093a97
+SHA512 (libxtend-0.1.2.30-60fce9d67e0e4bebf1f8e9708ad86fa729bb7e0d.tar.gz) = a17bc5c69bb6858530fa48a5506a8b0150115fb96900be5d6ed6263db56e1c5a219464c30dd4a02ddf1760794840624821b86b4cff5004f92a67efdebf1a3e80
+Size (libxtend-0.1.2.30-60fce9d67e0e4bebf1f8e9708ad86fa729bb7e0d.tar.gz) = 24222 bytes


Home | Main Index | Thread Index | Old Index