diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:17:43 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 17:17:43 +0000 |
commit | 094d906123a6e4a3ec09c49b60f1438ad248748c (patch) | |
tree | 80d533214ab0334391c3310d981fc22904f9eea6 /graphics/gpaint | |
parent | 824a8c2ae601c57eee8df6bd829b3eaf6dc50795 (diff) | |
download | freebsd-ports-094d906123a6e4a3ec09c49b60f1438ad248748c.zip |
Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'graphics/gpaint')
-rw-r--r-- | graphics/gpaint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 17ea6ae68ccc..30c68a4d5e10 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -4,7 +4,7 @@ PORTNAME= gpaint PORTVERSION= 0.3.3 DISTVERSIONPREFIX= 2- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= GNU_ALPHA |