[136098] trunk/dports/textproc/cwdiff/Portfile

sean at macports.org sean at macports.org
Mon May 11 12:40:09 PDT 2015


Revision: 136098
          https://trac.macports.org/changeset/136098
Author:   sean at macports.org
Date:     2015-05-11 12:40:09 -0700 (Mon, 11 May 2015)
Log Message:
-----------
cwdiff: update to 0.3.0

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

Modified: trunk/dports/textproc/cwdiff/Portfile
===================================================================
--- trunk/dports/textproc/cwdiff/Portfile	2015-05-11 19:40:07 UTC (rev 136097)
+++ trunk/dports/textproc/cwdiff/Portfile	2015-05-11 19:40:09 UTC (rev 136098)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                cwdiff
-version             0.2.6
+github.setup        junghans cwdiff 0.3.0 v
 categories          textproc
 platforms           darwin
 maintainers         sean openmaintainer
@@ -15,29 +15,15 @@
 
 long_description    ${description}
 
-homepage            http://code.google.com/p/cj-overlay/source/browse/${name}?repo=evergreens
-master_sites        http://evergreens.cj-overlay.googlecode.com/hg
-
 depends_lib         port:wdiff
 
-checksums           rmd160  9cf6ca95ff7454818addd298a489986c69ba3e54 \
-                    sha256  e6d91db5b7a335a09c2cf1af08a203f1dbf8ca03d9e79b12933744f1a8a824b7
+checksums           rmd160  97282c1a9fba72d37e2b3f807ee6530a3f247723 \
+                    sha256  f96538a646819cace5a1f09205971e82bb35e1b5c1add6e7980750f757884214
 
-# this block seems a bit obtuse but is needed because we are downloading the script
-# directly (which is not compressed)
-distfiles           ${name}
-dist_subdir         ${name}/${version}
 use_configure       no
 
-extract {
-    file copy ${distpath}/${distfiles} ${workpath}
-}
-
 build {}
 
 destroot {
-    xinstall -m 755 ${workpath}/${distfiles} ${destroot}${prefix}/bin/
+    xinstall -m 755 ${worksrcpath}/cwdiff ${destroot}${prefix}/bin/
 }
-
-livecheck.type      regex
-livecheck.regex     "#version (\[0-9.\]+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/3a8847aa/attachment.html>


More information about the macports-changes mailing list