[29137] trunk/dports/archivers/deb2targz/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Sep 15 10:20:59 PDT 2007
Revision: 29137
http://trac.macosforge.org/projects/macports/changeset/29137
Author: nox at macports.org
Date: 2007-09-15 10:20:59 -0700 (Sat, 15 Sep 2007)
Log Message:
-----------
deb2targz:
* Whitespace changes.
* Disabled universal support as this is simply a perl script.
* Disabled livecheck.
Modified Paths:
--------------
trunk/dports/archivers/deb2targz/Portfile
Modified: trunk/dports/archivers/deb2targz/Portfile
===================================================================
--- trunk/dports/archivers/deb2targz/Portfile 2007-09-15 17:18:12 UTC (rev 29136)
+++ trunk/dports/archivers/deb2targz/Portfile 2007-09-15 17:20:59 UTC (rev 29137)
@@ -1,38 +1,42 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name deb2targz
-version 20021217
-categories archivers
-platforms darwin
-maintainers nomaintainer
-description converts .deb packages to .tar.gz archives
+name deb2targz
+version 20021217
+categories archivers
+platforms darwin
+maintainers nomaintainer
+description converts .deb packages to .tar.gz archives
long_description \
- deb2targz is a very small perl script for converting \
- Debian Linux style .deb packages to a friendly .tar.gz. deb2targz \
- does not need any external programs like ar or tar.
+ deb2targz is a very small perl script for converting \
+ Debian Linux style .deb packages to a friendly .tar.gz. deb2targz \
+ does not need any external programs like ar or tar.
-homepage http://www.miketaylor.org.uk/tech/deb/
-master_sites http://critical.ch/distfiles/ \
- freebsd
+homepage http://www.miketaylor.org.uk/tech/deb/
+master_sites http://critical.ch/distfiles/ \
+ freebsd
-checksums md5 faa652c6447bd04ebb89d5d23c54f9a3 \
- sha1 db159f5c5f46805554361eca55d123b68f8b5c3d \
- rmd160 5869859e592df664602e54df4d1d596e1fda2ac9
+checksums md5 faa652c6447bd04ebb89d5d23c54f9a3 \
+ sha1 db159f5c5f46805554361eca55d123b68f8b5c3d \
+ rmd160 5869859e592df664602e54df4d1d596e1fda2ac9
-depends_run bin:perl:perl5.8
+depends_run bin:perl:perl5.8
post-patch {
- reinplace "s|/usr/bin/perl -w|/usr/bin/env perl|g" ${worksrcpath}/deb2targz
+ reinplace "s|/usr/bin/perl -w|/usr/bin/env perl|g" ${worksrcpath}/deb2targz
}
-use_configure no
+use_configure no
-build {}
+build {}
destroot {
- xinstall -m 0755 ${worksrcpath}/deb2targz ${destroot}${prefix}/bin
+ xinstall -m 0755 ${worksrcpath}/deb2targz ${destroot}${prefix}/bin
}
+universal_variant no
+
+livecheck.check none
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070915/5a4337fa/attachment.html
More information about the macports-changes
mailing list