[54251] trunk/dports/graphics/nip2/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 23 14:16:14 PDT 2009


Revision: 54251
          http://trac.macports.org/changeset/54251
Author:   ryandesign at macports.org
Date:     2009-07-23 14:16:14 -0700 (Thu, 23 Jul 2009)
Log Message:
-----------
nip2: use ${branch} variable; requested by maintainer in #16509

Modified Paths:
--------------
    trunk/dports/graphics/nip2/Portfile

Modified: trunk/dports/graphics/nip2/Portfile
===================================================================
--- trunk/dports/graphics/nip2/Portfile	2009-07-23 21:01:30 UTC (rev 54250)
+++ trunk/dports/graphics/nip2/Portfile	2009-07-23 21:16:14 UTC (rev 54251)
@@ -4,6 +4,7 @@
 
 name		nip2
 version		7.14.1
+set branch	[join [lrange [split ${version} .] 0 1] .]
 description	nip2 is a user-interface to the VIPS image processing library.
 long_description	nip2 is an image processing spreadsheet. It's good for \
 			large images and for colour.
@@ -11,7 +12,7 @@
 categories	graphics
 platforms	darwin
 homepage	http://www.vips.ecs.soton.ac.uk
-master_sites	${homepage}/supported/7.14/
+master_sites	${homepage}/supported/${branch}/
 checksums	md5 b2ea46b0e72eea5f7c79b7e9e0ee6b0d
 
 depends_build	port:swig \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090723/fcd684b6/attachment.html>


More information about the macports-changes mailing list