aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-25 06:16:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-25 06:16:48 +0000
commite74a06afb71e99e6ce9a4f66553d2992ae9fa7c3 (patch)
treeaa06737b1431e698ae9cdae82803979ac94c0ef6 /ports-mgmt
parentdfeb1d6605ddb97fc380c3525a0936dcd6cc9989 (diff)
downloadports-e74a06afb71e99e6ce9a4f66553d2992ae9fa7c3.tar.gz
ports-e74a06afb71e99e6ce9a4f66553d2992ae9fa7c3.zip
Update to 2.8.6, and sync with my own CVS repo.
Pointy hat to: ade Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=156782
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/Makefile2
-rw-r--r--ports-mgmt/portlint/src/portlint.pl7
2 files changed, 4 insertions, 5 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index 4b92536de378..ea411714de25 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/portlint/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= portlint
-PORTVERSION= 2.8.5
+PORTVERSION= 2.8.6
CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index 02c829d01ee5..930db138d336 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -17,7 +17,7 @@
# OpenBSD and NetBSD will be accepted.
#
# $FreeBSD$
-# $MCom: portlint/portlint.pl,v 1.110 2006/02/14 03:19:10 marcus Exp $
+# $MCom: portlint/portlint.pl,v 1.112 2006/02/25 06:12:35 marcus Exp $
#
use vars qw/ $opt_a $opt_A $opt_b $opt_C $opt_c $opt_h $opt_t $opt_v $opt_M $opt_N $opt_B $opt_V /;
@@ -40,7 +40,7 @@ $portdir = '.';
# version variables
my $major = 2;
my $minor = 8;
-my $micro = 5;
+my $micro = 6;
sub l { '[{(]'; }
sub r { '[)}]'; }
@@ -176,8 +176,7 @@ my @varlist = qw(
PKGDIR COMMENT DESCR PLIST PKGCATEGORY PKGINSTALL PKGDEINSTALL
PKGREQ PKGMESSAGE MD5_FILE .CURDIR INSTALLS_SHLIB USE_AUTOTOOLS
INDEXFILE PKGORIGIN CONFLICTS PKG_VERSION PKGINSTALLVER
- PLIST_FILES OPTIONS INSTALLS_OMF USE_KDELIBS_VER USE_GETTEXT
- USE_RC_SUBR
+ PLIST_FILES OPTIONS INSTALLS_OMF USE_GETTEXT USE_RC_SUBR
);
my $cmd = join(' -V ', "make $makeenv MASTER_SITE_BACKUP=''", @varlist);