Date: Thu, 13 Mar 2014 03:50:44 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348025 - in head: math/ised misc/kbdscan misc/pastebinit ports-mgmt/symports Message-ID: <201403130350.s2D3oiLA067610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403130350.s2D3oiLA067610>