[20670] trunk/dports/gnome/gnucash-devel/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 15 15:57:39 PST 2006


Revision: 20670
          http://trac.macosforge.org/projects/macports/changeset/20670
Author:   mas at macports.org
Date:     2006-11-15 15:57:38 -0800 (Wed, 15 Nov 2006)

Log Message:
-----------
UPGRADE: gnucash-devel to r15123

Modified Paths:
--------------
    trunk/dports/gnome/gnucash-devel/Portfile

Modified: trunk/dports/gnome/gnucash-devel/Portfile
===================================================================
--- trunk/dports/gnome/gnucash-devel/Portfile	2006-11-15 23:07:27 UTC (rev 20669)
+++ trunk/dports/gnome/gnucash-devel/Portfile	2006-11-15 23:57:38 UTC (rev 20670)
@@ -2,22 +2,14 @@
 
 PortSystem        1.0
 name              gnucash-devel
-version		  svn
+svn.tag		  15123
+version		  2.1.svn-${svn.tag}
 revision	  0
 categories        gnome x11
 maintainers       mas at seligma.com
-description       a personal and small-business financial-accounting software
+description       financial-accounting software
 long_description  GnuCash is a personal and small-business \
-		  financial-accounting software, freely licensed under the \
-		  GNU GPL.  Designed to be easy to use, yet powerful and \
-		  flexible, GnuCash allows you to track bank accounts, \
-		  stocks, income and expenses. As quick and intuitive to \
-		  use as a checkbook register, it is based on professional \
-		  accounting principles to ensure balanced books and \
-		  accurate reports. \
-		  GnuCash is supposed to run as root once after initial \
-		  installation.  This port does not work around this \
-		  decision at the moment. -- \
+		  financial-accounting software. -- \
 		  gnucash-devel fetches the current developer version from \
 		  subversion, then tries to build and install it.  This \
 		  may or may not work.  It cannot be installed along the \
@@ -30,14 +22,13 @@
 		  port:glib1 \
 		  port:glib2 \
 		  port:gconf \
-		  lib:libguile:slib-guile \
-		  bin:g-wrap-config:g-wrap \
 		  lib:libpopt:popt \
 		  lib:libgnomeui:libgnomeui \
 		  lib:libgnomeprintui:libgnomeprintui \
 		  lib:libgtkhtml-3:libgtkhtml3 \
 		  lib:libgsf:libgsf \
 		  lib:libgoffice:goffice \
+		  lib:Finance/Quote.pm:p5-finance-quote \
 		  port:gnucash-docs
 depends_build	  bin:glibtoolize:libtool port:automake bin:swig:swig
 
@@ -53,10 +44,6 @@
 configure.args	  --disable-glibtest --disable-debug --disable-profile \
 		  --disable-dependency-tracking
 
-variant enable_quotes {
-	depends_lib-append	lib:Finance/Quote.pm:p5-finance-quote
-}
-
 variant enable_hbci {
 	depends_lib-append	lib:aqbanking:aqbanking
 	configure.args-append	--enable-hbci
@@ -67,6 +54,10 @@
 	configure.args-append	--enable-ofx
 }
 
+variant without_quotes {
+	depends_lib-delete	lib:Finance/Quote.pm:p5-finance-quote
+}
+
 variant without_docs {
 	depends_lib-delete	port:gnucash-docs
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061115/115977b2/attachment.html


More information about the macports-changes mailing list