[28371] trunk/dports
source_changes at macosforge.org
source_changes at macosforge.org
Wed Aug 29 12:30:32 PDT 2007
Revision: 28371
http://trac.macosforge.org/projects/macports/changeset/28371
Author: sfiera at macports.org
Date: 2007-08-29 12:30:31 -0700 (Wed, 29 Aug 2007)
Log Message:
-----------
`port lint` fix for sleuthkit, lirc, autopsy, lsdvd, txt2man, MPlayer, p5-csp
* Resolves #12576
Modified Paths:
--------------
trunk/dports/multimedia/MPlayer/Portfile
trunk/dports/perl/p5-csp/Portfile
trunk/dports/sysutils/autopsy/Portfile
trunk/dports/sysutils/lirc/Portfile
trunk/dports/sysutils/lsdvd/Portfile
trunk/dports/sysutils/sleuthkit/Portfile
trunk/dports/textproc/txt2man/Portfile
Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile 2007-08-29 17:06:22 UTC (rev 28370)
+++ trunk/dports/multimedia/MPlayer/Portfile 2007-08-29 19:30:31 UTC (rev 28371)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name MPlayer
version 1.0rc1try3
regsub -all "try." ${version} "" distversion
@@ -78,7 +79,7 @@
--enable-liblzo --enable-libvorbis \
--enable-mad --enable-mpdvdkit \
--disable-faad-external --enable-largefiles
-
+
# MPlayer autodetects many support libs. To prevent undeclared
# dependencies, explicitly disable everything optional first.
# Later, let autodetect do its magic not explicit --enable
@@ -156,7 +157,7 @@
}
## Broken as of 10/25/06 (version issue?)
-#variant cdparanoia
+#variant cdparanoia
# description {Enable CDDA support} {
# depends_lib-append port:cdparanoia
# configure.args-delete --disable-cdparanoia
Modified: trunk/dports/perl/p5-csp/Portfile
===================================================================
--- trunk/dports/perl/p5-csp/Portfile 2007-08-29 17:06:22 UTC (rev 28370)
+++ trunk/dports/perl/p5-csp/Portfile 2007-08-29 19:30:31 UTC (rev 28371)
@@ -2,6 +2,7 @@
PortSystem 1.0
PortGroup perl5 1.0
+
perl5.setup CSP 0.34
maintainers ecronin at gizmolabs.org
description A Perl tool for managing Certificate Authorities
Modified: trunk/dports/sysutils/autopsy/Portfile
===================================================================
--- trunk/dports/sysutils/autopsy/Portfile 2007-08-29 17:06:22 UTC (rev 28370)
+++ trunk/dports/sysutils/autopsy/Portfile 2007-08-29 19:30:31 UTC (rev 28371)
@@ -48,7 +48,7 @@
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \
${destroot}${prefix}/share/doc/${name}
-
+
xinstall -m 755 -W ${worksrcpath} autopsy \
${destroot}${prefix}/bin
@@ -62,5 +62,5 @@
${destroot}${prefix}/share/${name}/pict
eval xinstall -m 644 [glob ${worksrcpath}/man/man1/*] \
- ${destroot}${prefix}/share/man/man1/
+ ${destroot}${prefix}/share/man/man1/
}
Modified: trunk/dports/sysutils/lirc/Portfile
===================================================================
--- trunk/dports/sysutils/lirc/Portfile 2007-08-29 17:06:22 UTC (rev 28370)
+++ trunk/dports/sysutils/lirc/Portfile 2007-08-29 19:30:31 UTC (rev 28371)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name lirc
version 0.8.2
categories sysutils net
Modified: trunk/dports/sysutils/lsdvd/Portfile
===================================================================
--- trunk/dports/sysutils/lsdvd/Portfile 2007-08-29 17:06:22 UTC (rev 28370)
+++ trunk/dports/sysutils/lsdvd/Portfile 2007-08-29 19:30:31 UTC (rev 28371)
@@ -1,13 +1,14 @@
# $Id$
PortSystem 1.0
+
name lsdvd
version 0.16
categories sysutils multimedia
maintainers ecronin at gizmolabs.org
platforms darwin
description lsdvd is a console application that displays the \
- content of a dvd.
+ content of a dvd.
long_description \
lsdvd is a console application that displays the \
content of a dvd. It provides output about the \
Modified: trunk/dports/sysutils/sleuthkit/Portfile
===================================================================
--- trunk/dports/sysutils/sleuthkit/Portfile 2007-08-29 17:06:22 UTC (rev 28370)
+++ trunk/dports/sysutils/sleuthkit/Portfile 2007-08-29 19:30:31 UTC (rev 28371)
@@ -32,7 +32,7 @@
reinplace "s|/usr/local/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ /usr/local/sbin/ /usr/pkg/bin/|${prefix}/bin/|g" ${worksrcpath}/src/timeline/config-perl
reinplace "s|/usr/local/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ /usr/local/sbin/ /usr/pkg/bin/|${prefix}/bin/|g" ${worksrcpath}/src/sorter/install
- foreach srcdir { auxtools disktools fstools hashtools imgtools
+ foreach srcdir { auxtools disktools fstools hashtools imgtools
mmtools srchtools } {
# Those are literal tabs after CFLAGS and LIBS, don't retab 'em
reinplace "s|^CFLAGS\[ \]*=|CFLAGS = -I${prefix}/include |g" \
@@ -71,7 +71,7 @@
xinstall -m 755 -d ${destroot}${prefix}/man/man1
eval xinstall -m 644 [glob ${worksrcpath}/man/man1/*] \
- ${destroot}${prefix}/share/man/man1/
+ ${destroot}${prefix}/share/man/man1/
xinstall -m 755 -d ${destroot}${prefix}/share/${name}/sorter
eval xinstall [glob ${worksrcpath}/share/sorter/*] \
Modified: trunk/dports/textproc/txt2man/Portfile
===================================================================
--- trunk/dports/textproc/txt2man/Portfile 2007-08-29 17:06:22 UTC (rev 28370)
+++ trunk/dports/textproc/txt2man/Portfile 2007-08-29 19:30:31 UTC (rev 28371)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name txt2man
version 1.5.5
categories textproc
@@ -10,7 +11,7 @@
Txt2man converts flat ASCII text into the man page format. \
This allows man pages to be authored without knowledge of \
nroff macros. It is a shell script that uses GNU awk, and \
- it should run on any Unix-like system.
+ it should run on any Unix-like system.
homepage http://mvertes.free.fr/
platforms darwin
@@ -18,9 +19,9 @@
checksums md5 d10fe6e9876a2969201ea4d75ac9ea48 \
sha1 e19c284ebcf4ced66ccb4a4954d99e69cc7b63b1 \
- rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459
+ rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459
use_configure no
build {}
-destroot.env prefix=${destroot}${prefix}
+destroot.env prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070829/f2a91bde/attachment.html
More information about the macports-changes
mailing list