[145714] trunk/dports/editors/joe/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Feb 14 10:08:36 PST 2016


Revision: 145714
          https://trac.macports.org/changeset/145714
Author:   khindenburg at macports.org
Date:     2016-02-14 10:08:36 -0800 (Sun, 14 Feb 2016)
Log Message:
-----------
joe: update to 4.1; update license; fix livecheck

Modified Paths:
--------------
    trunk/dports/editors/joe/Portfile

Modified: trunk/dports/editors/joe/Portfile
===================================================================
--- trunk/dports/editors/joe/Portfile	2016-02-14 17:54:29 UTC (rev 145713)
+++ trunk/dports/editors/joe/Portfile	2016-02-14 18:08:36 UTC (rev 145714)
@@ -4,10 +4,12 @@
 PortSystem  1.0
 
 name                joe
-version             3.7
+version             4.1
 categories          editors
-license             GPL-1
+license             GPL-2
+platforms           darwin freebsd
 maintainers         nomaintainer
+
 description         Joe's Own Editor
 long_description    JOE is the professional freeware ASCII text screen editor for UNIX. \
             It makes full use of the power and versatility of UNIX, but lacks the steep \
@@ -18,18 +20,16 @@
             full use of termcap/terminfo, excellent screen update optimizations (JOE is \
             fully useable at 2400 baud), simple installation, and all of the \
             UNIX-integration features of VI.
+
 homepage            http://sourceforge.net/projects/joe-editor/
-platforms           darwin freebsd
-master_sites        sourceforge:joe-editor
+master_sites        sourceforge:project/joe-editor/JOE%20sources/joe-${version}
 
-master_sites        sourceforge:joe-editor
-checksums           md5     66de1b073e869ba12abbfcde3885c577 \
-                    sha1    54398578886d4a3d325aece52c308a939d31101d \
-                    rmd160  7e2c72a750c6aac4732cf4369bceee5333460f15
-configure.args      --mandir=${prefix}/share/man
+checksums           rmd160  74b91bb7c644114331930491d8646fe784bd1db3 \
+                    sha256  816211b2bd951f792de3602afd74ea4b51612fffdd9bc24a7808660053fef6db
 
+#configure.args      --mandir=${prefix}/share/man
+
 # fix sed-related build failures on Mountain Lion; see #35421
 build.env           LANG=C
 
-livecheck.distname  JOE sources
-livecheck.version   ${name}-${version}
+livecheck.regex      ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160214/fa44ffdd/attachment.html>


More information about the macports-changes mailing list