svn commit: r383540 - in head/ports-mgmt/porteasy: . src
Dag-Erling Smørgrav
des at FreeBSD.org
Tue Apr 7 21:03:48 UTC 2015
Author: des
Date: Tue Apr 7 21:03:46 2015
New Revision: 383540
URL: https://svnweb.freebsd.org/changeset/ports/383540
Log:
Still working on an updated version
Modified:
head/ports-mgmt/porteasy/Makefile
head/ports-mgmt/porteasy/src/porteasy.pl
Modified: head/ports-mgmt/porteasy/Makefile
==============================================================================
--- head/ports-mgmt/porteasy/Makefile Tue Apr 7 20:33:33 2015 (r383539)
+++ head/ports-mgmt/porteasy/Makefile Tue Apr 7 21:03:46 2015 (r383540)
@@ -10,7 +10,7 @@ MAINTAINER= des at FreeBSD.org
COMMENT= Tool for fetching and building ports
DEPRECATED= Does not support pkgng
-EXPIRATION_DATE= 2015-03-31
+EXPIRATION_DATE= 2015-05-31
NO_BUILD= yes
NO_WRKSUBDIR= yes
Modified: head/ports-mgmt/porteasy/src/porteasy.pl
==============================================================================
--- head/ports-mgmt/porteasy/src/porteasy.pl Tue Apr 7 20:33:33 2015 (r383539)
+++ head/ports-mgmt/porteasy/src/porteasy.pl Tue Apr 7 21:03:46 2015 (r383540)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
#-
# Copyright (c) 2000-2011 Dag-Erling Coïdan Smørgrav
# All rights reserved.
More information about the svn-ports-head
mailing list