Date: Mon, 11 May 2009 23:41:38 +0900 (JST) From: Kotani Daisuke <daisuke@kotachi.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: daisuke@kotachi.com, umq@ueo.co.jp Subject: ports/134465: [PATCH] mail/enma: update to 1.1.0 Message-ID: <200905111441.n4BEfciI002327@ika.sv.home.kotachi.com> Resent-Message-ID: <200905111450.n4BEo319090489@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134465 >Category: ports >Synopsis: [PATCH] mail/enma: update to 1.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 11 14:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Kotani Daisuke >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD ika.******.com 7.2-RELEASE FreeBSD 7.2-RELEASE #2: Wed May 6 00:04:16 JST >Description: - Update to 1.1.0 Port maintainer (umq@ueo.co.jp) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- enma-1.1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/enma/Makefile /usr/home/konitan/ports/mail/enma/Makefile --- /usr/ports/mail/enma/Makefile 2008-09-08 01:05:21.000000000 +0900 +++ /usr/home/konitan/ports/mail/enma/Makefile 2009-05-11 23:06:50.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= enma -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= mail MASTER_SITES= SF @@ -30,10 +30,12 @@ USE_RC_SUBR= milter-enma USE_GMAKE= yes +MANLANG= "" ja_JP.UTF-8 MAN1= enma.1 MANCOMPRESSED= no -PLIST_FILES= bin/enma bin/sidfquery etc/enma.conf.sample -PORTDOCS= ChangeLog INSTALL LICENSE README TODO +PLIST_FILES= libexec/enma bin/sidfquery +PORTDOCS= ChangeLog INSTALL LICENSE README TODO +PORTEXAMPLES= enma.conf.sample SUB_FILES= milter-enma .include <bsd.port.pre.mk> @@ -57,4 +59,11 @@ .endfor .endif +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} +.for f in ${PORTEXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/enma/etc/enma.conf.sample ${EXAMPLESDIR} +.endfor +.endif + .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/mail/enma/distinfo /usr/home/konitan/ports/mail/enma/distinfo --- /usr/ports/mail/enma/distinfo 2008-09-08 01:05:21.000000000 +0900 +++ /usr/home/konitan/ports/mail/enma/distinfo 2009-05-11 23:06:50.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (enma-1.0.0.tar.gz) = d447cb470176cf0f1c7599ade11af404 -SHA256 (enma-1.0.0.tar.gz) = facfb7dcad5d3a8eb1ad33cdb936828b6b4358e2b11cbb5cdbb4224b803ead92 -SIZE (enma-1.0.0.tar.gz) = 161566 +MD5 (enma-1.1.0.tar.gz) = 445c8b0bd45793b542c9cf454865a8a4 +SHA256 (enma-1.1.0.tar.gz) = d56cebe60bb7af9560381c7bbf3712375e7e0ebcf0483005800a0e15dd92ef18 +SIZE (enma-1.1.0.tar.gz) = 238176 diff -ruN --exclude=CVS /usr/ports/mail/enma/files/milter-enma.in /usr/home/konitan/ports/mail/enma/files/milter-enma.in --- /usr/ports/mail/enma/files/milter-enma.in 2008-09-08 01:05:21.000000000 +0900 +++ /usr/home/konitan/ports/mail/enma/files/milter-enma.in 2009-05-11 23:06:50.000000000 +0900 @@ -40,7 +40,7 @@ exit 1 fi pidfile=${milterenma_pid} -command="%%PREFIX%%/bin/enma" +command="%%PREFIX%%/libexec/enma" command_args="${milterenma_cfgfile}" start_precmd="enma_precmd" stop_postcmd="enma_postcmd" --- enma-1.1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905111441.n4BEfciI002327>