[62113] trunk/dports/news/tin-recent

vinc17 at macports.org vinc17 at macports.org
Mon Dec 28 18:34:23 PST 2009


Revision: 62113
          http://trac.macports.org/changeset/62113
Author:   vinc17 at macports.org
Date:     2009-12-28 18:34:21 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
tin-recent: update to 1.9.5; also remove "da" from the ALL_LINGUAS
variable of the configure script because the da.po file is not
provided in the tarball and "da" prevents the .mo files from being
rebuilt and installed.

Modified Paths:
--------------
    trunk/dports/news/tin-recent/Portfile

Added Paths:
-----------
    trunk/dports/news/tin-recent/files/
    trunk/dports/news/tin-recent/files/patch-configure.diff

Modified: trunk/dports/news/tin-recent/Portfile
===================================================================
--- trunk/dports/news/tin-recent/Portfile	2009-12-29 01:54:37 UTC (rev 62112)
+++ trunk/dports/news/tin-recent/Portfile	2009-12-29 02:34:21 UTC (rev 62113)
@@ -54,6 +54,7 @@
 #   1.9.2  =  1.9.1  + patches 010 to 018 and U003 to U006.
 #   1.9.3  =  1.9.2  + patches 019 to 020 and U007 to U010.
 #   1.9.4  =  1.9.3  + patches 021 and U011 to U013.
+#   1.9.5  =  1.9.4  + patches U014 to U019.
 # Said otherwise:
 #   1.8.1  =  1.8.0  + patches 001 to 006.
 #   1.9.0  =  1.8.0  + patches 001 to 008 and U001.
@@ -63,14 +64,14 @@
 #   1.9.2  =  1.8.0  + patches 001 to 018 and U001 to U006.
 #   1.9.3  =  1.8.0  + patches 001 to 020 and U001 to U010.
 #   1.9.4  =  1.8.0  + patches 001 to 021 and U001 to U013.
+#   1.9.5  =  1.8.0  + patches 001 to 021 and U001 to U019.
 
 # Note: Portfile reformatted according to portstyle(7).
 
 PortSystem 1.0
 
 name                tin-recent
-version             1.9.4
-revision            1
+version             1.9.5
 categories          news
 platforms           darwin
 maintainers         vinc17
@@ -91,9 +92,9 @@
                     ftp://ftp.cuhk.edu.hk/pub/packages/news/${tindir}
 
 use_bzip2           yes
-checksums           md5 6b851dd45723bbf23bfb2e134e74e75a \
-                    sha1 e1f5ff2f04923137f43119b144f8a20e733eea23 \
-                    rmd160 6a85e47ea06f2e86f2b8f688df137432ecb7c4e9
+checksums           md5     a662bdebec2d98de382fa1d8dbdb2ac4 \
+                    sha1    64cfb2f13634ee14d3822be3f245450be48a105f \
+                    rmd160  db5b963e5f73d433dfb1bbfe0a7a7070842b5d83
 
 distname            tin-${version}
 
@@ -108,6 +109,11 @@
 # from MacPorts anyway.
 depends_lib         port:gettext port:libiconv port:ncursesw port:pcre
 
+# Remove "da" from the ALL_LINGUAS variable of the configure script because
+# the da.po file is not provided in the tarball and "da" prevents the .mo
+# files from being rebuilt and installed. Bug reported to upstream.
+patchfiles          patch-configure.diff
+
 # Do not use the --enable-debug option. See
 #   From: Vincent Lefevre <vincent at vinc17.org>
 #   Newsgroups: tin.bugs

Added: trunk/dports/news/tin-recent/files/patch-configure.diff
===================================================================
--- trunk/dports/news/tin-recent/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/news/tin-recent/files/patch-configure.diff	2009-12-29 02:34:21 UTC (rev 62113)
@@ -0,0 +1,11 @@
+--- configure~	2009-12-24 10:40:39.000000000 +0100
++++ configure	2009-12-29 02:46:53.000000000 +0100
+@@ -1072,7 +1072,7 @@
+ esac
+ 
+ ### Native Language Support
+-ALL_LINGUAS="da de en_GB et fr ru rw sv tr"
++ALL_LINGUAS="de en_GB et fr ru rw sv tr"
+ 
+ ### Checks for programs
+ save_CFLAGS="$CFLAGS"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091228/457d9142/attachment-0001.html>


More information about the macports-changes mailing list