svn commit: r348025 - in head: math/ised misc/kbdscan misc/pastebinit ports-mgmt/symports

Eitan Adler eadler at FreeBSD.org
Thu Mar 13 03:50:45 UTC 2014


Author: eadler
Date: Thu Mar 13 03:50:44 2014
New Revision: 348025
URL: http://svnweb.freebsd.org/changeset/ports/348025
QAT: https://qat.redports.org/buildarchive/r348025/

Log:
  Modernize my ports

Modified:
  head/math/ised/Makefile
  head/misc/kbdscan/Makefile
  head/misc/pastebinit/Makefile
  head/ports-mgmt/symports/Makefile

Modified: head/math/ised/Makefile
==============================================================================
--- head/math/ised/Makefile	Thu Mar 13 03:45:23 2014	(r348024)
+++ head/math/ised/Makefile	Thu Mar 13 03:50:44 2014	(r348025)
@@ -12,7 +12,7 @@ COMMENT=	Tool for generating number sequ
 
 LICENSE=	GPLv3
 
-USE_BZIP2=	yes
+USES=	tar:bzip2
 GNU_CONFIGURE=	yes
 # ./base.h:620:14: error: invalid output constraint '=ir' in asm
 USE_GCC=	yes

Modified: head/misc/kbdscan/Makefile
==============================================================================
--- head/misc/kbdscan/Makefile	Thu Mar 13 03:45:23 2014	(r348024)
+++ head/misc/kbdscan/Makefile	Thu Mar 13 03:50:44 2014	(r348025)
@@ -10,7 +10,7 @@ COMMENT=	Kbdscan shows the scancodes of 
 
 LICENSE=	ISCL
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/misc/pastebinit/Makefile
==============================================================================
--- head/misc/pastebinit/Makefile	Thu Mar 13 03:45:23 2014	(r348024)
+++ head/misc/pastebinit/Makefile	Thu Mar 13 03:50:44 2014	(r348025)
@@ -12,7 +12,7 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_PYTHON=	yes
 NO_BUILD=	yes
 

Modified: head/ports-mgmt/symports/Makefile
==============================================================================
--- head/ports-mgmt/symports/Makefile	Thu Mar 13 03:45:23 2014	(r348024)
+++ head/ports-mgmt/symports/Makefile	Thu Mar 13 03:50:44 2014	(r348025)
@@ -12,7 +12,7 @@ COMMENT=	Automatically generate symlinks
 
 LICENSE=	BSD2CLAUSE
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 NO_BUILD=	yes
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list