[98810] trunk/dports/devel/tig/Portfile

g5pw at macports.org g5pw at macports.org
Wed Oct 17 00:19:54 PDT 2012


Revision: 98810
          http://trac.macports.org//changeset/98810
Author:   g5pw at macports.org
Date:     2012-10-17 00:19:54 -0700 (Wed, 17 Oct 2012)
Log Message:
-----------
devel/tig:
- Bump to 1.1
- better checksums
- removed unnecessary reinplace

Modified Paths:
--------------
    trunk/dports/devel/tig/Portfile

Modified: trunk/dports/devel/tig/Portfile
===================================================================
--- trunk/dports/devel/tig/Portfile	2012-10-17 06:53:21 UTC (rev 98809)
+++ trunk/dports/devel/tig/Portfile	2012-10-17 07:19:54 UTC (rev 98810)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        jonas tig 1.0 tig-
+github.setup        jonas tig 1.1 tig-
 categories          devel
 maintainers         cal openmaintainer
 description         A text interface to git repositories
@@ -13,8 +13,8 @@
 homepage            http://jonas.nitro.dk/tig/
 platforms           darwin
 
-checksums           sha1    090830c1b3d2d979e2986ff7f089f3365e5a2e9d \
-                    rmd160  ff12c694cfc1de38349c644980eb9cdbe9b147fb
+checksums           rmd160  b2a32bba14a359115461a5ff89493d5ac0cebf60 \
+                    sha256  7c55d2f5d0df6387175e7d431559d72e95b51d1dca82fa64f98b7d716e93bce5
 
 depends_lib         port:git-core \
                     port:libiconv \
@@ -23,12 +23,6 @@
                     port:asciidoc \
                     port:xmlto
 
-# Just a small patch: graph->position is type size_t which on my machine is unsigned.
-# so clang happily detects an expression which is always false and dies with an error.
-post-patch {
-    reinplace "s/graph->position < 0/false/" $worksrcpath/graph.c
-}
-
 # We need to create the configure file,
 # the github version does not contain it.
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121017/f6327baa/attachment-0001.html>


More information about the macports-changes mailing list