aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-02-10 22:27:26 +0800
committermiwi <miwi@FreeBSD.org>2013-02-10 22:27:26 +0800
commit735573148d0e262565d00c84097c7ffeccd17bc5 (patch)
tree30974ce2365505aa6972839ca2cdce539100ce52 /mail
parentad239fc8ae9aee38712557a8309e8bc424223b65 (diff)
downloadfreebsd-ports-gnome-735573148d0e262565d00c84097c7ffeccd17bc5.tar.gz
freebsd-ports-gnome-735573148d0e262565d00c84097c7ffeccd17bc5.tar.zst
freebsd-ports-gnome-735573148d0e262565d00c84097c7ffeccd17bc5.zip
- Update to 0.1.6
PR: 174994 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/deforaos-mailer/Makefile6
-rw-r--r--mail/deforaos-mailer/distinfo4
-rw-r--r--mail/deforaos-mailer/files/patch-doc__Makefile11
3 files changed, 11 insertions, 10 deletions
diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile
index ffd3dc4a7ca5..c1e2d245f33a 100644
--- a/mail/deforaos-mailer/Makefile
+++ b/mail/deforaos-mailer/Makefile
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= mailer
-PORTVERSION= 0.1.5
+PORTVERSION= 0.1.6
+
CATEGORIES= mail
-MASTER_SITES= http://www.defora.org/os/download/download/3704/
+MASTER_SITES= http://www.defora.org/os/download/download/4029/
DISTNAME= Mailer-${PORTVERSION}
PKGNAMEPREFIX= deforaos-
@@ -24,6 +25,7 @@ USE_GETTEXT= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
USE_OPENSSL= yes
+MAKE_ARGS+= PREFIX=${PREFIX}
MAKE_ENV+= MANDIR=${MANPREFIX}/man
diff --git a/mail/deforaos-mailer/distinfo b/mail/deforaos-mailer/distinfo
index fe8a17585343..3e9559069d3c 100644
--- a/mail/deforaos-mailer/distinfo
+++ b/mail/deforaos-mailer/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Mailer-0.1.5.tar.gz) = dc3d7d0501a08c047dfbd6dce9504dea844d4b5bff7fad90b8e6439342dea64d
-SIZE (Mailer-0.1.5.tar.gz) = 105898
+SHA256 (Mailer-0.1.6.tar.gz) = 22ad806a556cadd048aa433a1e6c872101a259acf7f16530cd26500d75dd261f
+SIZE (Mailer-0.1.6.tar.gz) = 112910
diff --git a/mail/deforaos-mailer/files/patch-doc__Makefile b/mail/deforaos-mailer/files/patch-doc__Makefile
index e8b2b1d13e70..ef045750d022 100644
--- a/mail/deforaos-mailer/files/patch-doc__Makefile
+++ b/mail/deforaos-mailer/files/patch-doc__Makefile
@@ -1,5 +1,5 @@
---- ./doc/Makefile.orig 2012-10-14 19:06:02.000000000 +0200
-+++ ./doc/Makefile 2012-12-19 15:18:51.668613464 +0100
+--- doc/Makefile.orig 2012-12-28 01:37:10.226479405 +0100
++++ doc/Makefile 2012-12-28 01:37:39.498467834 +0100
@@ -1,5 +1,5 @@
SUBDIRS = gtkdoc
-TARGETS = compose.1 compose.html gtkdoc/Mailer.types gtkdoc/tmpl.stamp gtkdoc/sgml.stamp gtkdoc/html.stamp mailer.1 mailer.html
@@ -16,15 +16,14 @@
subdirs:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE)) || exit; done
-@@ -48,9 +48,8 @@
-
+@@ -49,10 +49,7 @@
install: $(TARGETS)
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "compose.1"
- ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "compose.html"
- ./gtkdoc.sh -P "$(DESTDIR)$(PREFIX)" -i -- "gtkdoc/html.stamp"
+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "mailer.1"
- ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "mailer.html"
-+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "compose.1"
-+ ./docbook.sh -P "$(DESTDIR)$(PREFIX)" -i -- "mailer.1"
uninstall:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit; done