Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2007 20:57:43 +0200
From:      Gerrit Beine <gerrit.beine@gmx.de>
To:        FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/115013: Update port: www/trac-email2trac
Message-ID:  <200707292057.50328.gerrit.beine@gmx.de>
In-Reply-To: <200707291840.l6TIe1kj078733@freefall.freebsd.org>
References:  <200707291840.l6TIe1kj078733@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_uMOrGWFh2fjhZho
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Am Sonntag, 29. Juli 2007 20:40 schrieb FreeBSD-gnats-submit@freebsd.org:
> Thank you very much for your problem report.
> It has the internal identification `ports/115013'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
Sorry, I made a mistake.
The corrected version is attached.

So long...

Gerrit

--Boundary-00=_uMOrGWFh2fjhZho
Content-Type: text/x-diff;
  charset="utf-8";
  name="trac-email2trac.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="trac-email2trac.patch"

diff -Nur /usr/ports/www/trac-email2trac/Makefile trac-email2trac/Makefile
--- /usr/ports/www/trac-email2trac/Makefile	Sun May 27 19:34:05 2007
+++ trac-email2trac/Makefile	Sun Jul 29 19:12:11 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	email2trac
-PORTVERSION=	0.9.5
+PORTVERSION=	0.10
 CATEGORIES=	www devel python
 MASTER_SITES=	ftp://ftp.sara.nl/pub/outgoing/
 PKGNAMEPREFIX=	trac-
@@ -22,10 +22,20 @@
 GNU_CONFIGURE=	yes
 USE_PYTHON=	2.3+
 
+.if !defined(NOPORTDOCS)
+PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL README
+.endif
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/delete_spam.py ${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/email2trac.py ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/run_email2trac ${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/email2trac.conf ${PREFIX}/etc
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
 
 .include <bsd.port.mk>
diff -Nur /usr/ports/www/trac-email2trac/distinfo trac-email2trac/distinfo
--- /usr/ports/www/trac-email2trac/distinfo	Sun May 27 19:34:05 2007
+++ trac-email2trac/distinfo	Sun Jul 29 18:56:15 2007
@@ -1,3 +1,3 @@
-MD5 (email2trac.tar.gz) = 6703f63beb2024f14cb55f6ea672d836
-SHA256 (email2trac.tar.gz) = 33b1eedfdfd4d09a16d8a99ab3f2ec702b59662176c7d05ba13e81c17a7e47f3
-SIZE (email2trac.tar.gz) = 72000
+MD5 (email2trac.tar.gz) = a1f845dbdc7b5b4ddde8de3eb7847369
+SHA256 (email2trac.tar.gz) = bfd4734e94be5ea3483adf8e6683e0e0cc708c82d3cbbd69b0583ab81494b353
+SIZE (email2trac.tar.gz) = 73075

--Boundary-00=_uMOrGWFh2fjhZho--



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