From owner-svn-ports-head@FreeBSD.ORG Thu Mar 13 03:50:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D9E1A96; Thu, 13 Mar 2014 03:50:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40CE5CA3; Thu, 13 Mar 2014 03:50:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2D3ojw7067614; Thu, 13 Mar 2014 03:50:45 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2D3oiLA067610; Thu, 13 Mar 2014 03:50:44 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201403130350.s2D3oiLA067610@svn.freebsd.org> From: Eitan Adler Date: Thu, 13 Mar 2014 03:50:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 03:50:45 -0000 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