diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 02:18:14 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 02:18:14 +0800 |
commit | de31f6831b17fd00626711af8b9315923e4c8013 (patch) | |
tree | 28c3dca12fbbbe0e28dcc3b3656eeba34ee7ac45 /mail | |
parent | 32ae80ce14d601715864952ebcafbb02dc9d3aac (diff) | |
download | freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.tar.gz freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.tar.zst freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.zip |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Diffstat (limited to 'mail')
-rw-r--r-- | mail/maildrop/Makefile | 2 | ||||
-rw-r--r-- | mail/mpop/Makefile | 2 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index a955d648fb66..76efa220b9c4 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -11,7 +11,7 @@ PORTNAME= maildrop PORTVERSION= 2.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index a2cfdd83a571..73f6482fdea1 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpop PORTVERSION= 1.0.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 00e5f342dbdb..a00816d81833 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -3,7 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.32 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= SF diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index e0b483e5a5a7..3ece5fc3c8fb 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -3,7 +3,7 @@ PORTNAME= mutt PORTVERSION= 1.5.23 -PORTREVISION= 4 +PORTREVISION?= 5 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.mutt.org/mutt/devel/ \ |