ports/145677: [maintainer-update] [patch] devel/diffuse: Update to 0.4.2
Marco Bröder
marco.broeder at gmx.eu
Tue Apr 13 17:50:02 UTC 2010
>Number: 145677
>Category: ports
>Synopsis: [maintainer-update] [patch] devel/diffuse: Update to 0.4.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 13 17:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Marco Bröder
>Release: FreeBSD RELENG_8 amd64
>Organization:
>Environment:
>Description:
- Update port to 0.4.2
- Remove one unneeded blank line
- Move man page installation from 'post-install' to 'do-install' target
Thanks and regards!
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile
index 66dac54..4ae11ff 100644
--- a/devel/diffuse/Makefile
+++ b/devel/diffuse/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= diffuse
-PORTVERSION= 0.4.1
-PORTREVISION= 3
+PORTVERSION= 0.4.2
CATEGORIES= devel python
MASTER_SITES= SF
@@ -54,7 +53,7 @@ PLIST_SUB+= OMF="@comment "
.ifndef (WITHOUT_NLS)
PLIST_SUB+= NLS=""
USE_GETTEXT= yes
-TRANSLATIONS= de ja zh_CN
+TRANSLATIONS= de es ja zh_CN
.else
PLIST_SUB+= NLS="@comment "
.endif
@@ -71,7 +70,6 @@ post-patch:
${REINPLACE_CMD} -e 's|../../etc|${PREFIX}/etc|g' \
${WRKSRC}/src/usr/bin/${PORTNAME}
-
${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
${WRKSRC}/src/usr/share/omf/${PORTNAME}/${PORTNAME}-C.omf
@@ -79,11 +77,10 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/usr/bin/${PORTNAME} \
${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/src/etc/${PORTNAME}rc ${PREFIX}/etc/
-
-post-install:
${INSTALL_MAN} ${WRKSRC}/src/usr/share/man/man1/*.1 \
${MANPREFIX}/man/man1/
+post-install:
.ifndef (NOPORTDOCS)
${MKDIR} ${DOCSDIR}
for n in ${PORTDOCS}; do \
diff --git a/devel/diffuse/distinfo b/devel/diffuse/distinfo
index a9e1019..8fe9f43 100644
--- a/devel/diffuse/distinfo
+++ b/devel/diffuse/distinfo
@@ -1,3 +1,3 @@
-MD5 (diffuse-0.4.1.tar.bz2) = dbdfc4f3ed50e66e2151dc6e2fa3e345
-SHA256 (diffuse-0.4.1.tar.bz2) = 782ac14e925b94feeb2c2cea2e3119c1f2e3bd82ed8e38e77178290c300132ea
-SIZE (diffuse-0.4.1.tar.bz2) = 117740
+MD5 (diffuse-0.4.2.tar.bz2) = 742b48d7dde6a09981176d0d0a263b1a
+SHA256 (diffuse-0.4.2.tar.bz2) = eeebc4e1959f3949899e603a5cb7863a0532bef12c4fdedb017a10871d9bd906
+SIZE (diffuse-0.4.2.tar.bz2) = 124150
diff --git a/devel/diffuse/pkg-plist b/devel/diffuse/pkg-plist
index 74d16af..2193611 100644
--- a/devel/diffuse/pkg-plist
+++ b/devel/diffuse/pkg-plist
@@ -3,6 +3,7 @@ etc/diffuserc
%%MENU%%share/applications/diffuse.desktop
%%MENU%%share/pixmaps/diffuse.png
%%NLS%%share/locale/de/LC_MESSAGES/diffuse.mo
+%%NLS%%share/locale/es/LC_MESSAGES/diffuse.mo
%%NLS%%share/locale/ja/LC_MESSAGES/diffuse.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/diffuse.mo
%%OMF%%share/gnome/help/diffuse/C/diffuse.xml
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list