[63540] trunk/dports/graphics/qrencode/Portfile

brett at macports.org brett at macports.org
Sun Feb 7 17:04:44 PST 2010


Revision: 63540
          http://trac.macports.org/changeset/63540
Author:   brett at macports.org
Date:     2010-02-07 17:04:44 -0800 (Sun, 07 Feb 2010)
Log Message:
-----------
update qrencode to 3.1.1 and fix dependencies

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

Modified: trunk/dports/graphics/qrencode/Portfile
===================================================================
--- trunk/dports/graphics/qrencode/Portfile	2010-02-08 00:54:43 UTC (rev 63539)
+++ trunk/dports/graphics/qrencode/Portfile	2010-02-08 01:04:44 UTC (rev 63540)
@@ -2,21 +2,22 @@
 
 PortSystem 1.0
 
-name			qrencode
-version			3.1.0
-categories		graphics
-maintainers		brett
-description		QR Code generation
-long_description	Libqrencode is a C library for encoding data in a QR Code \
-			symbol, a kind of 2D symbology that can be scanned by handy \
-			terminals such as a mobile phone with CCD. The capacity of \
-			QR Code is up to 7000 digits or 4000 characters, and is highly robust.
-homepage		http://megaui.net/fukuchi/works/qrencode/index.en.html
-platforms		darwin
-master_sites		http://megaui.net/fukuchi/works/qrencode/
-checksums		sha1 15fab54f4336f7e0bf381dcc635546c07a71a1af
-configure.args		--mandir=${prefix}/share/man
+name                    qrencode
+version                 3.1.1
+categories              graphics
+maintainers             brett
+description             QR Code generation
+long_description        Libqrencode is a C library for encoding data in a QR Code \
+                        symbol, a kind of 2D symbology that can be scanned by handy \
+                        terminals such as a mobile phone with CCD. The capacity of \
+                        QR Code is up to 7000 digits or 4000 characters, and is highly robust.
+homepage                http://megaui.net/fukuchi/works/qrencode/index.en.html
+platforms               darwin
+master_sites            http://megaui.net/fukuchi/works/qrencode/
+checksums               sha1 c3eb6c44553daa612a9bcf413d3cab7c46241373
+configure.args          --mandir=${prefix}/share/man
+depends_build           port:pkgconfig
+depends_lib             port:libpng
 
-
-test.run		yes
-test.target		verify
+test.run                yes
+test.target             verify
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100207/e933d67f/attachment.html>


More information about the macports-changes mailing list