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 /www/p5-Apache-DBI | |
parent | 094d906123a6e4a3ec09c49b60f1438ad248748c (diff) | |
download | ports-1b6b6d972f0a873a4630c35c5a6bacef53159ebd.tar.gz ports-1b6b6d972f0a873a4630c35c5a6bacef53159ebd.zip |
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 'www/p5-Apache-DBI')
-rw-r--r-- | www/p5-Apache-DBI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile index a76fcebb7058..48031072fd69 100644 --- a/www/p5-Apache-DBI/Makefile +++ b/www/p5-Apache-DBI/Makefile @@ -3,7 +3,7 @@ PORTNAME= Apache-DBI PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |