most recent changes, diff for sharutils
Index: archivers/sharutils/Portfile
--- archivers/sharutils/Portfile (revision 28482)
+++ archivers/sharutils/Portfile (revision 28483)
@@ -21,34 +21,21 @@
master_sites gnu:${name}/REL-${version}
use_bzip2 yes
+depends_lib port:gettext \
+ port:libiconv
+
checksums md5 729c070d814d9c688489d88dd7fd3efb \
sha1 0b8c1d54fdcf97a93aba079d342d1873a8fc423b \
rmd160 6ef271d21ea41003ff13d6aef241c6a4fd4dc296
-configure.args-append --mandir=${prefix}/share/man \
- --infodir=${prefix}/share/info \
- --disable-nls
-
-set docdir ${prefix}/share/doc/${name}-${version}
-
post-destroot {
+ set docdir ${prefix}/share/doc/${name}-${version}
xinstall -d ${destroot}${docdir}
- xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS TODO \
- ${destroot}${docdir}
+ xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS \
+ TODO ${destroot}${docdir}
}
-variant nls description {Enable NLS support} {
- depends_lib-append port:gettext \
- port:libiconv
-
- configure.args-delete --disable-nls
-
- post-destroot {
- xinstall -m 0644 ${worksrcpath}/ABOUT-NLS ${destroot}${docdir}
- }
-}
-
livecheck.check regex
-livecheck.url http://ftp.gnu.org/gnu/sharutils/?M=D
+livecheck.url http://ftp.gnu.org/gnu/sharutils/?C=M&O=D
livecheck.regex REL-(\\d+(?:\\.\\d+)*)