[103998] trunk/dports/sysutils/macportsscripts/Portfile

phw at macports.org phw at macports.org
Tue Mar 12 06:37:23 PDT 2013


Revision: 103998
          https://trac.macports.org/changeset/103998
Author:   phw at macports.org
Date:     2013-03-12 06:37:23 -0700 (Tue, 12 Mar 2013)
Log Message:
-----------
Accepted port transfer from ticket Ticket #37836

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

Modified: trunk/dports/sysutils/macportsscripts/Portfile
===================================================================
--- trunk/dports/sysutils/macportsscripts/Portfile	2013-03-12 13:36:47 UTC (rev 103997)
+++ trunk/dports/sysutils/macportsscripts/Portfile	2013-03-12 13:37:23 UTC (rev 103998)
@@ -1,24 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
+PortGroup       github 1.0
 
-name		macportsscripts
-version		dev
+github.setup    cooljeanius macportsscripts 0.1.1 v
+epoch           2
 platforms	darwin
-categories	sysutils 
-maintainers	phw openmaintainer
-description	Various scripts to work with macports
+categories	sysutils macports
+maintainers	phw gwmail.gwu.edu:egall openmaintainer
+description	Various scripts to work with MacPorts
+license         BSD
+long_description ${description}
 
-homepage	http://yum.baseurl.org/
 fetch.type 	git
-git.url 	git://github.com/derphilipp/macportsscripts.git
+git.url 	git://github.com/cooljeanius/macportsscripts.git
 
 use_configure	no
 build 	{}
 
 destroot {
 	    xinstall -d -m 755 ${destroot}${prefix}/bin
-	    eval xinstall -m 755 [glob ${worksrcpath}/*] ${destroot}${prefix}/bin
+	    eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin
 }
 
 livecheck.type	none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130312/e03348d1/attachment.html>


More information about the macports-changes mailing list