diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-16 17:10:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-16 17:10:53 +0800 |
commit | 493f8351d2e6f01a959540b0251b280e2ead1f0e (patch) | |
tree | bd537b07f8d438981fafb4b019a12689c33c0388 /mail | |
parent | 4c18b420a67f760a5b73fa9419523e50fde018be (diff) | |
download | freebsd-ports-gnome-493f8351d2e6f01a959540b0251b280e2ead1f0e.tar.gz freebsd-ports-gnome-493f8351d2e6f01a959540b0251b280e2ead1f0e.tar.zst freebsd-ports-gnome-493f8351d2e6f01a959540b0251b280e2ead1f0e.zip |
Upgrade to 0.9.10, and strip binary.
PR: 197443
Submitted by: Ports Fury.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mu/Makefile | 6 | ||||
-rw-r--r-- | mail/mu/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/mu/Makefile b/mail/mu/Makefile index f166fbd63cd3..fc6a3e52b774 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mu -PORTVERSION= 0.9.9.6 -PORTREVISION= 1 +PORTVERSION= 0.9.10 CATEGORIES= mail MASTER_SITES= GH @@ -19,13 +18,14 @@ USE_GITHUB= yes GH_ACCOUNT= djcb GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${PORTVERSION:S/^/v/} -GH_COMMIT= ab58307 +GH_COMMIT= 7888ba3 USES= gmake libtool makeinfo pkgconfig USE_GNOME= glib20 USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --disable-silent-rules --disable-gtk +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/mail/mu/distinfo b/mail/mu/distinfo index e993549f8e0a..de1d11bfdf4a 100644 --- a/mail/mu/distinfo +++ b/mail/mu/distinfo @@ -1,2 +1,2 @@ -SHA256 (mu-0.9.9.6.tar.gz) = 3de15ee22db402dff4f2593e3d2a08341c17496ac925cf69492c925afdab3dac -SIZE (mu-0.9.9.6.tar.gz) = 2172766 +SHA256 (mu-0.9.10.tar.gz) = 8328a65fcc12bdb2cf3a2ffd98ad8e0e4bc1af0f891a23b2948bc8527fff7312 +SIZE (mu-0.9.10.tar.gz) = 2176722 |