pkgsrc-WIP-changes archive

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

icestorm-git - Specify PKGNAME, sort PYTHON_VERSIONS_ACCEPTED by highest version first, remove lang/python34 buildlink.



Module Name:	pkgsrc-wip
Committed By:	Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By:	sevan
Date:		Thu Feb 16 16:25:30 2017 +0000
Changeset:	3bfbc1c3b3f66f7d6b9becda147d335048fb3c48

Modified Files:
	icestorm-git/Makefile

Log Message:
icestorm-git - Specify PKGNAME, sort PYTHON_VERSIONS_ACCEPTED by highest version
first, remove lang/python34 buildlink.

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

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

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

diffs:
diff --git a/icestorm-git/Makefile b/icestorm-git/Makefile
index ebc83d0993..4f55e5e757 100644
--- a/icestorm-git/Makefile
+++ b/icestorm-git/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	icestorm-ce4e1bc
+PKGNAME=	icestorm-1.0
+DISTNAME=	icestorm
 CATEGORIES=	cross
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cliffordwolf/}
 GITHUB_TAG= 	ce4e1bcfd8c791fe3fb6f991fbfaed309bc1f5ad
@@ -13,7 +14,7 @@ LICENSE=	mit
 USE_LANGUAGES+=		c c++
 USE_TOOLS+= 		pkg-config gmake
 LIBS+= 			-lm -lstdc++
-PYTHON_VERSIONS_ACCEPTED= 34 35 36
+PYTHON_VERSIONS_ACCEPTED= 36 35 34
 
 WRKSRC=			${WRKDIR}/icestorm-${GITHUB_TAG}
 
@@ -37,7 +38,6 @@ REPLACE_FILES.usrbinenv+= 	icebox/icebox_maps.py
 REPLACE_FILES.usrbinenv+= 	icebox/icebox_stat.py
 REPLACE_FILES.usrbinenv+= 	icebox/icebox_vlog.py
 
-.include "../../lang/python34/buildlink3.mk"
 .include "../../devel/libftdi/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index