Bug 174994 - mail/deforaos-mailer upgrade to 0.1.6
Summary: mail/deforaos-mailer upgrade to 0.1.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 08:20 UTC by olivier
Modified: 2013-02-10 14:30 UTC (History)
0 users

See Also:


Attachments
deforaos-mailer.0.1.6.diff (2.31 KB, patch)
2013-01-05 09:32 UTC, olivier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2013-01-05 08:20:01 UTC
	Here is an upgrade (and PREFIX support) to this port.
Comment 1 olivier 2013-01-05 09:32:35 UTC
Here is the patch.
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2013-01-30 15:40:57 UTC
State Changed
From-To: open->feedback

Please, use portlint -a before submitting.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-10 14:27:26 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-10 14:27:39 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"