diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:26:09 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:26:09 +0000 |
commit | 1b6b6d972f0a873a4630c35c5a6bacef53159ebd (patch) | |
tree | 92f3ccc3a460211556aaba782063a42f3e22a37d /net-mgmt/grepip | |
parent | 094d906123a6e4a3ec09c49b60f1438ad248748c (diff) |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes
Notes:
svn path=/head/; revision=428143
Diffstat (limited to 'net-mgmt/grepip')
-rw-r--r-- | net-mgmt/grepip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/grepip/Makefile b/net-mgmt/grepip/Makefile index 03e4ff566b5b..4efafd2a5df5 100644 --- a/net-mgmt/grepip/Makefile +++ b/net-mgmt/grepip/Makefile @@ -3,7 +3,7 @@ PORTNAME= grepip PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://komquats.com/distfiles/ \ LOCAL/cy |