pkgsrc-WIP-changes archive

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

gif2png: use distfile, now that it's available



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Nov 13 12:16:43 2019 +0100
Changeset:	e0f908715d72f133757c76a1ef4d6677b4606741

Modified Files:
	gif2png/Makefile
	gif2png/distinfo

Log Message:
gif2png: use distfile, now that it's available

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

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

diffstat:
 gif2png/Makefile | 10 ++++++----
 gif2png/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs:
diff --git a/gif2png/Makefile b/gif2png/Makefile
index d624da0bfe..f493f7838c 100644
--- a/gif2png/Makefile
+++ b/gif2png/Makefile
@@ -1,16 +1,17 @@
 # $NetBSD$
 
-DISTNAME=	gif2png-master
+DISTNAME=	gif2png-3.0.0
 CATEGORIES=	graphics
-MASTER_SITES=	https://gitlab.com/esr/gif2png/-/archive/master/
+#MASTER_SITES=	https://gitlab.com/esr/gif2png/-/archive/master/
+MASTER_SITES=	http://www.catb.org/~esr/gif2png/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://gitlab.com/esr/gif2png/
 COMMENT=	Convert GIFs to PNG format
 LICENSE=	modified-bsd
 
-GO_SRCPATH=	gitlab.com/esr/gif2png
-GO_DIST_BASE=	gif2png-master
+GO_SRCPATH=	${DISTNAME}
+#GO_DIST_BASE=	gif2png-master
 
 TOOL_DEPENDS+=	xmlto-[0-9]*:../../textproc/xmlto
 
@@ -24,6 +25,7 @@ post-build:
 		xmlto man web2png.xml
 
 post-install:
+	${MV} ${DESTDIR}${PREFIX}/bin/${DISTNAME} ${DESTDIR}${PREFIX}/bin/gif2png
 	${INSTALL_SCRIPT} ${WRKSRC}/web2png ${DESTDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/gif2png.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 	${INSTALL_DATA} ${WRKSRC}/web2png.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
diff --git a/gif2png/distinfo b/gif2png/distinfo
index c2f602a5f2..9df2e00974 100644
--- a/gif2png/distinfo
+++ b/gif2png/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (gif2png-master.tar.gz) = 8fcfceeb270c0a5a2cd86b74b096182615f772ce
-RMD160 (gif2png-master.tar.gz) = e7cb8e4836ee38dd5808150aa135cddd1e3ddbb7
-SHA512 (gif2png-master.tar.gz) = 17d8bb83d53b8f5c61dbdd0e697c8b85999c8dfb54d57c9621fe3600effd1222acb29bd8e12c28db93736789d5db24e208a32868ed462e589527221c6846e0f6
-Size (gif2png-master.tar.gz) = 94713 bytes
+SHA1 (gif2png-3.0.0.tar.gz) = 7fea41d8bd734217a9ec3b7b72693f183cddce1a
+RMD160 (gif2png-3.0.0.tar.gz) = 67404271170a902e478f7280908e6bd224528f35
+SHA512 (gif2png-3.0.0.tar.gz) = fd8c266444b17ca92973eeb3ca33bd23ca3bcab95870571133bb1d7d051e3b3ce2269f9d348621eb86c18dff3e5d36602d6aec7ba4ab87db5609067e439950ed
+Size (gif2png-3.0.0.tar.gz) = 81591 bytes
 SHA1 (patch-gif2png.go) = 44e8a24181a1df97cca322798888304513e8a835


Home | Main Index | Thread Index | Old Index