Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2013 14:27:26 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312026 - in head/mail/deforaos-mailer: . files
Message-ID:  <201302101427.r1AERQtf090893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Feb 10 14:27:26 2013
New Revision: 312026
URL: http://svnweb.freebsd.org/changeset/ports/312026

Log:
  - Update to 0.1.6
  
  PR:		174994
  Submitted by:	maintainer

Modified:
  head/mail/deforaos-mailer/Makefile
  head/mail/deforaos-mailer/distinfo
  head/mail/deforaos-mailer/files/patch-doc__Makefile

Modified: head/mail/deforaos-mailer/Makefile
==============================================================================
--- head/mail/deforaos-mailer/Makefile	Sun Feb 10 14:14:32 2013	(r312025)
+++ head/mail/deforaos-mailer/Makefile	Sun Feb 10 14:27:26 2013	(r312026)
@@ -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
 

Modified: head/mail/deforaos-mailer/distinfo
==============================================================================
--- head/mail/deforaos-mailer/distinfo	Sun Feb 10 14:14:32 2013	(r312025)
+++ head/mail/deforaos-mailer/distinfo	Sun Feb 10 14:27:26 2013	(r312026)
@@ -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

Modified: head/mail/deforaos-mailer/files/patch-doc__Makefile
==============================================================================
--- head/mail/deforaos-mailer/files/patch-doc__Makefile	Sun Feb 10 14:14:32 2013	(r312025)
+++ head/mail/deforaos-mailer/files/patch-doc__Makefile	Sun Feb 10 14:27:26 2013	(r312026)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302101427.r1AERQtf090893>