pkgsrc-WIP-changes archive

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

json-yaml: Update to 1.1.2



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Thu Dec 6 15:06:01 2018 +0100
Changeset:	c8ab80cdbf32e8c78f209a73dcccfc310643e59c

Modified Files:
	json-yaml/Makefile
	json-yaml/distinfo

Log Message:
json-yaml: Update to 1.1.2

 - Fixed: MANPREFIX defaulted to $(prefix)/man rather than
   $(PREFIX)/man
 - Fixed: make uninstall did not respect DESTDIR, PREFIX,
   and MANPREFIX.

And cleaned up Makefile.

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

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

diffstat:
 json-yaml/Makefile | 7 +------
 json-yaml/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 10 deletions(-)

diffs:
diff --git a/json-yaml/Makefile b/json-yaml/Makefile
index ce54e9a19b..e407006302 100644
--- a/json-yaml/Makefile
+++ b/json-yaml/Makefile
@@ -1,19 +1,14 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	json-yaml
-DISTNAME=	1.1.1
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+DISTNAME=	json-yaml-1.1.2
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	ik%sjmulder.nl@localhost
 HOMEPAGE=	https://github.com/sjmulder/json-yaml/
 COMMENT=	Convert JSON to YAML
 LICENSE=	2-clause-bsd
 
-WRKSRC=	${WRKDIR}/json-yaml-1.1.1
-
 INSTALL_MAKE_FLAGS+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
 TEST_TARGET=		check
 
diff --git a/json-yaml/distinfo b/json-yaml/distinfo
index 4b5913ffb2..1f126b43d7 100644
--- a/json-yaml/distinfo
+++ b/json-yaml/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (json-yaml/1.1.1.tar.gz) = 860f60937f7c472c4b5774bd4f1356b8d0998b2a
-RMD160 (json-yaml/1.1.1.tar.gz) = 108eefdbdeafea11c87d40570fbf3b2cba94d2d0
-SHA512 (json-yaml/1.1.1.tar.gz) = c27aca7495580782b72ff8d132ccfbd982a8f1512e8fc0333373ac4f9a5eaac39d178388308c741fb00d153d3cb74c3a6b394322fe6b685070b4fa56ab6806f9
-Size (json-yaml/1.1.1.tar.gz) = 4366 bytes
+SHA1 (json-yaml-1.1.2.tar.gz) = 52252bd2ad5200f0dd44f32e4d75dba558e0104c
+RMD160 (json-yaml-1.1.2.tar.gz) = 975a9b54a30ffedd98b7163ad3dc4b399bb7d0ad
+SHA512 (json-yaml-1.1.2.tar.gz) = 1aad3ae60b4a6215b894966f2857701911262e146be18c223c4ece4ca23fc4746038f0e5200807f29e2e1808ab124217122107b4790b7302fbcb3224e3f94c3e
+Size (json-yaml-1.1.2.tar.gz) = 4381 bytes


Home | Main Index | Thread Index | Old Index