[rkward-cvs] SF.net SVN: rkward:[4377] branches/release_branch_0.6.0/macports
m-eik at users.sourceforge.net
m-eik at users.sourceforge.net
Tue Oct 16 13:26:44 UTC 2012
Revision: 4377
http://rkward.svn.sourceforge.net/rkward/?rev=4377&view=rev
Author: m-eik
Date: 2012-10-16 13:26:44 +0000 (Tue, 16 Oct 2012)
Log Message:
-----------
changed MacPorts info accordingly
Modified Paths:
--------------
branches/release_branch_0.6.0/macports/kde/rkward/Portfile
branches/release_branch_0.6.0/macports/update_bundle.sh
Modified: branches/release_branch_0.6.0/macports/kde/rkward/Portfile
===================================================================
--- branches/release_branch_0.6.0/macports/kde/rkward/Portfile 2012-10-16 08:37:31 UTC (rev 4376)
+++ branches/release_branch_0.6.0/macports/kde/rkward/Portfile 2012-10-16 13:26:44 UTC (rev 4377)
@@ -3,12 +3,12 @@
PortSystem 1.0
fetch.type svn
-svn.url http://rkward.svn.sourceforge.net/svnroot/rkward/trunk
-svn.revision 4333
-worksrcdir ${workpath}/trunk/rkward
+svn.url http://rkward.svn.sourceforge.net/svnroot/rkward/branches/release_branch_0.6.0
+svn.revision 4377
+worksrcdir ${workpath}/release_branch_0.6.0/rkward
-name rkward-devel
-version 0.5.7-svn${svn.revision}
+name rkward
+version 0.6.0
categories kde kde4 math science
maintainers hhu.de:meik.michalke
license GPL-2
Modified: branches/release_branch_0.6.0/macports/update_bundle.sh
===================================================================
--- branches/release_branch_0.6.0/macports/update_bundle.sh 2012-10-16 08:37:31 UTC (rev 4376)
+++ branches/release_branch_0.6.0/macports/update_bundle.sh 2012-10-16 13:26:44 UTC (rev 4377)
@@ -13,6 +13,7 @@
if [[ $1 == "" ]] ; then
echo "Usage: update_bundle.sh OPTION
OPTIONS:
+ -D (build target rkward instead of rkward-devel)
-f (full -- all of the below)
-p (update macports, remove inactive)
-r (update port ${PTARGET})
@@ -23,8 +24,9 @@
fi
# get the options
-while getopts ":fprmscx" OPT; do
+while getopts ":Dfprmscx" OPT; do
case $OPT in
+ D) PTARGET=rkward >&2 ;;
f)
UPMPORTS=TRUE >&2
UPRKWARD=TRUE >&2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list