[65392] trunk/dports/sysutils/diffutils

ryandesign at macports.org ryandesign at macports.org
Thu Mar 25 16:51:52 PDT 2010


Revision: 65392
          http://trac.macports.org/changeset/65392
Author:   ryandesign at macports.org
Date:     2010-03-25 16:51:52 -0700 (Thu, 25 Mar 2010)
Log Message:
-----------
diffutils: update to 2.9; remove nls variant and always enable natural language support; switch to non-versioned doc dir

Modified Paths:
--------------
    trunk/dports/sysutils/diffutils/Portfile
    trunk/dports/sysutils/diffutils/files/patch-src_system.h.diff

Modified: trunk/dports/sysutils/diffutils/Portfile
===================================================================
--- trunk/dports/sysutils/diffutils/Portfile	2010-03-25 23:40:25 UTC (rev 65391)
+++ trunk/dports/sysutils/diffutils/Portfile	2010-03-25 23:51:52 UTC (rev 65392)
@@ -2,8 +2,7 @@
 
 PortSystem          1.0
 name                diffutils
-version             2.8.1
-revision            3
+version             2.9
 categories          sysutils textproc devel
 maintainers         nomaintainer
 description         GNU diff utilities
@@ -15,22 +14,25 @@
 platforms           darwin sunos
 homepage            http://www.gnu.org/software/diffutils/
 master_sites        gnu
-checksums           md5 71f9c5ae19b60608f6c7f162da86a428 \
-                    sha1 a4c467c3a6a08cde9f3d94d02067ec26436e7dc5 \
-                    rmd160 a61b15401f140097d39dfe00cd2a8062bcdfaa0e
 
+checksums           md5     d6bc1bdc874ddb14cfed4d1655a0dbbe \
+                    sha1    4fae7102ee8938c9ee1b2ad0bd63230af36975ac \
+                    rmd160  37c817910ed17672f0a448b8669ae450ec807fcd
+
+depends_lib         port:gettext
+
 patchfiles          patch-src_system.h.diff
 configure.args      --program-prefix=g \
                     --infodir=${prefix}/share/info \
                     --mandir=${prefix}/share/man
 
-set docdir          ${prefix}/share/doc/${name}-${version}
+set docdir          ${prefix}/share/doc/${name}
 
 post-destroot {
     move ${destroot}${prefix}/share/info/diff.info ${destroot}${prefix}/share/info/gdiff.info
 
     xinstall -m 0755 -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS \
+    xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS \
         ${destroot}${docdir}
 }
 
@@ -48,15 +50,6 @@
     }
 }
 
-variant nls description {Add NLS support} {
-    configure.args-append   gt_cv_func_gnugettext1_libintl=yes
-    depends_lib-append      port:gettext
-
-    post-destroot {
-        xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS ${destroot}${docdir}
-    }
-}
-
 livecheck.type  regex
 livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/sysutils/diffutils/files/patch-src_system.h.diff
===================================================================
--- trunk/dports/sysutils/diffutils/files/patch-src_system.h.diff	2010-03-25 23:40:25 UTC (rev 65391)
+++ trunk/dports/sysutils/diffutils/files/patch-src_system.h.diff	2010-03-25 23:51:52 UTC (rev 65392)
@@ -1,9 +1,10 @@
---- src/system.h.orig	2002-04-05 13:37:31.000000000 -0700
-+++ src/system.h	2006-02-16 00:31:46.000000000 -0700
-@@ -397,5 +397,6 @@
+--- src/system.h.orig	2010-02-05 02:10:15.000000000 -0600
++++ src/system.h	2010-03-25 18:43:04.000000000 -0500
+@@ -224,6 +224,7 @@
      && (s)->st_gid == (t)->st_gid \
      && (s)->st_size == (t)->st_size \
      && (s)->st_mtime == (t)->st_mtime \
 +    && (s)->st_mtimespec.tv_nsec == (t)->st_mtimespec.tv_nsec \
      && (s)->st_ctime == (t)->st_ctime)
  #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100325/44d3ace5/attachment.html>


More information about the macports-changes mailing list