diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 03:52:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 03:52:19 +0800 |
commit | 2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e (patch) | |
tree | 3c8833dfe452b93f6e5e4fc66b78bbafdc950e06 /textproc/p5-XML-GDOME | |
parent | 1e99596277eb035a9c277f02824f8d3c7c0a40e7 (diff) | |
download | freebsd-ports-gnome-2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e.tar.gz freebsd-ports-gnome-2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e.tar.zst freebsd-ports-gnome-2ef17bdc60d4e35e667b9be8b7710162bc8eeb9e.zip |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'textproc/p5-XML-GDOME')
-rw-r--r-- | textproc/p5-XML-GDOME/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-GDOME/Makefile b/textproc/p5-XML-GDOME/Makefile index 2ac35634307b..56e1ed7e9c72 100644 --- a/textproc/p5-XML-GDOME/Makefile +++ b/textproc/p5-XML-GDOME/Makefile @@ -3,7 +3,7 @@ PORTNAME= XML-GDOME PORTVERSION= 0.86 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |