pkgsrc-WIP-changes archive

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

js-Gallery: fix fetch phase



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Oct 30 02:23:16 2016 +0200
Changeset:	3cda8b2e7c076dec65e3636124fc3b61c897c854

Modified Files:
	js-Gallery/Makefile

Log Message:
js-Gallery: fix fetch phase

While here, clean up to pkgsrc standards a bit.

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

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

diffstat:
 js-Gallery/Makefile | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diffs:
diff --git a/js-Gallery/Makefile b/js-Gallery/Makefile
index 198cfd8..0eff9c2 100644
--- a/js-Gallery/Makefile
+++ b/js-Gallery/Makefile
@@ -1,20 +1,19 @@
 # $NetBSD$
 
-PORTVERSION=    2.21.3
-PKGNAME=        js-Gallery-${PORTVERSION}
-DISTNAME=       Gallery-${PORTVERSION}
-GITHUB_TAG=     v${PORTVERSION}
-MASTER_SITES=   ${MASTER_SITE_GITHUB:=blueimp/}
-
-EXTRACT_USING=	bsdtar
-
+DISTNAME=       Gallery-2.21.3
+PKGNAME=        js-${DISTNAME}
 CATEGORIES=     www graphics
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=blueimp/}
+GITHUB_PROJECT=	Gallery
+GITHUB_TAG=     v${PKGVERSION_NOREV}
 
 MAINTAINER=     ast%NetBSD.org@localhost
 HOMEPAGE=       https://github.com/blueimp/Gallery/
 COMMENT=        JavaScript library to create image/video galleries
 LICENSE=        mit
 
+EXTRACT_USING=	bsdtar
+
 NO_BUILD=            yes
 NO_INSTALL_MANPAGES= yes
 


Home | Main Index | Thread Index | Old Index