[61068] trunk/dports/textproc/sword

ryandesign at macports.org ryandesign at macports.org
Tue Dec 1 08:31:37 PST 2009


Revision: 61068
          http://trac.macports.org/changeset/61068
Author:   ryandesign at macports.org
Date:     2009-12-01 08:31:35 -0800 (Tue, 01 Dec 2009)
Log Message:
-----------
sword: update to 1.6.0; closes #22639

Modified Paths:
--------------
    trunk/dports/textproc/sword/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/sword/files/

Modified: trunk/dports/textproc/sword/Portfile
===================================================================
--- trunk/dports/textproc/sword/Portfile	2009-12-01 16:17:59 UTC (rev 61067)
+++ trunk/dports/textproc/sword/Portfile	2009-12-01 16:31:35 UTC (rev 61068)
@@ -4,10 +4,11 @@
 PortSystem      1.0
 
 name            sword
-version         1.5.11
-revision        2
+version         1.6.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      textproc
 maintainers     nomaintainer
+license         GPLv2
 description     cross-platform API/library for Bible software
 long_description    The SWORD Project is an open source, cross-platform \
                     (Linux, Windows, Solaris, etc.) API/library for \
@@ -15,10 +16,10 @@
                     front-ends (GUI, textmode, web-based, etc.) and a \
                     library of over 200 text modules.
 homepage        http://www.crosswire.org/${name}/index.jsp
-master_sites    http://www.crosswire.org/ftpmirror/pub/${name}/source/v1.5/
-checksums       md5 84a13fd3cf767902de91368424f30baa \
-                sha1 d0ff7f039e27c6be5727d548abee929f648ced79 \
-                rmd160 3c3278b477542b40413d4936ad0e066c6e50b475
+master_sites    http://www.crosswire.org/ftpmirror/pub/${name}/source/v${branch}/
+checksums       md5     292ca38b2427168b19d629b48a428dde \
+                sha1    ca1a4a902da806a6f653403c1c4648ad29f98358 \
+                rmd160  5fe67b12d7849bd70d8a9d227993a07d6746d0f1
 platforms       darwin
 
 depends_build   port:autoconf \
@@ -30,8 +31,6 @@
                 port:openssl \
                 port:zlib
 
-patchfiles      patch-include_Makefile.am.diff
-
 pre-configure {
     system "cd ${worksrcpath} && env LTIZE=${prefix}/bin/glibtoolize ./autogen.sh"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091201/ef8fc724/attachment.html>


More information about the macports-changes mailing list