[37828] trunk/dports/sysutils/vcp/Portfile

jmr at macports.org jmr at macports.org
Tue Jun 24 19:45:04 PDT 2008


Revision: 37828
          http://trac.macosforge.org/projects/macports/changeset/37828
Author:   jmr at macports.org
Date:     2008-06-24 19:45:04 -0700 (Tue, 24 Jun 2008)
Log Message:
-----------
vcp: update to version 2.2, now with a new maintainer. Closes #15601.

Modified Paths:
--------------
    trunk/dports/sysutils/vcp/Portfile

Modified: trunk/dports/sysutils/vcp/Portfile
===================================================================
--- trunk/dports/sysutils/vcp/Portfile	2008-06-25 02:31:11 UTC (rev 37827)
+++ trunk/dports/sysutils/vcp/Portfile	2008-06-25 02:45:04 UTC (rev 37828)
@@ -4,11 +4,10 @@
 PortSystem 1.0
 
 name		vcp
-version		1.6.1
-revision	1
+version		2.2
 platforms	darwin
 categories	sysutils
-maintainers     thomasv at mac.com
+maintainers	melix.net:alakazam
 description	vcp copies files and directories in a curses interface.
 long_description   \
 	vcp copies files and directories in a curses interface, with text \
@@ -17,13 +16,14 @@
 	amount of data written and to be writen, amount of data being \
 	written every second and two status bars representing the number \
 	of files copied and to copy.
-homepage        http://members.optusnet.com.au/~dbbryan/vcp/
-master_sites	http://members.optusnet.com.au/%7Edbbryan/vcp/
-checksums	md5 727a7c4de9ba53ea9dca9e4fbf20fcdf
-use_configure   no
+homepage		http://members.iinet.net.au/~lynx/vcp/
+master_sites	${homepage}
+checksums		md5    90a47777e6fcf364e2e1fd12e8b67d69 \
+				sha1   ed54932c36e8dbe54c585141a741ba295bd6e267 \
+				rmd160 14c228119457ee67ba1256a7e6f4b607c491f6f1
+use_configure	no
 destroot {
-	system "cd ${worksrcpath} && \
-		install ${name} ${destroot}${prefix}/bin &&
-		install ${name}.1 ${destroot}${prefix}/share/man/man1 &&
-		install .vcp.sample ${destroot}${prefix}/etc/vcp.sample"
+	xinstall ${worksrcpath}/vcp ${destroot}${prefix}/bin
+	xinstall -m 444 ${worksrcpath}/vcp.1 ${destroot}${prefix}/share/man/man1
+	xinstall -m 444 ${worksrcpath}/vcp.conf.sample ${destroot}${prefix}/etc/vcp.conf.sample
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080624/a7a52f2a/attachment-0001.htm 


More information about the macports-changes mailing list