diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-09 03:23:24 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-09 03:23:24 +0800 |
commit | 6ead27eb95b73463064db2a2ab7f92efd9f6d874 (patch) | |
tree | e2715d6c9595e25da79d8bb0b4341f2a5c8d82a4 /mail/gmime2 | |
parent | 642bc3b19bec741c3872b6c722ea40d9838b5efc (diff) | |
download | freebsd-ports-gnome-6ead27eb95b73463064db2a2ab7f92efd9f6d874.tar.gz freebsd-ports-gnome-6ead27eb95b73463064db2a2ab7f92efd9f6d874.tar.zst freebsd-ports-gnome-6ead27eb95b73463064db2a2ab7f92efd9f6d874.zip |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'mail/gmime2')
-rw-r--r-- | mail/gmime2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 226240f7707a..d9fefa62b8b3 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmime PORTVERSION= 2.2.27 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= mail MASTER_SITES= GNOME PKGNAMESUFFIX?= 2 |