pkgsrc-WIP-changes archive

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

wip/jp2a: Use PKGVERSION_NOREV



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sat Dec 28 17:30:16 2019 +0000
Changeset:	0a76d82a36704a5db7f4a269b8900cd353aebe71

Modified Files:
	jp2a/Makefile

Log Message:
wip/jp2a: Use PKGVERSION_NOREV

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

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

diffstat:
 jp2a/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/jp2a/Makefile b/jp2a/Makefile
index c079dc990e..a02086c90f 100644
--- a/jp2a/Makefile
+++ b/jp2a/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.9 2012/10/01 21:43:24 asau Exp $
 
-DISTNAME=	jp2a-${GITHUB_TAG:S/v//}
+DISTNAME=	jp2a-1.0.7
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cslarsen/}
-GITHUB_TAG=	v1.0.7
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	esg%sdf.lonestar.org@localhost
 HOMEPAGE=	https://github.com/cslarsen/jp2a
@@ -14,7 +14,7 @@ USE_TOOLS+=	automake autoconf autoreconf
 GNU_CONFIGURE=	yes
 
 pre-configure:
-	(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -vi)
+	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -vi
 
 .include "options.mk"
 .include "../../mk/jpeg.buildlink3.mk"


Home | Main Index | Thread Index | Old Index