Revision: 94956 https://trac.macports.org/changeset/94956 Author: thibaut@macports.org Date: 2012-07-02 14:12:33 -0700 (Mon, 02 Jul 2012) Log Message: ----------- * upstream moved to github * pick a more recent snapshot * add license field Modified Paths: -------------- trunk/dports/science/yorick-z/Portfile Modified: trunk/dports/science/yorick-z/Portfile =================================================================== --- trunk/dports/science/yorick-z/Portfile 2012-07-02 19:12:26 UTC (rev 94955) +++ trunk/dports/science/yorick-z/Portfile 2012-07-02 21:12:33 UTC (rev 94956) @@ -2,11 +2,13 @@ # $Id$ PortSystem 1.0 +PortGroup github 1.0 -name yorick-z -cvs.date 20100504 -version 1.2.0.cvs${cvs.date} -revision 1 +set udate 20110402 +github.setup dhmunro yorick-z 1.2.0.git${udate} z_ +github.version b5c6b217646704d82c86034ce648c4d7d408636c + +license BSD categories science yorick platforms darwin maintainers thibaut openmaintainer
participants (1)
-
thibaut@macports.org