[115002] trunk/dports/devel/libgit2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 21 03:56:51 PST 2013


Revision: 115002
          https://trac.macports.org/changeset/115002
Author:   ryandesign at macports.org
Date:     2013-12-21 03:56:51 -0800 (Sat, 21 Dec 2013)
Log Message:
-----------
ligbit: update to 0.20.0 by new maintainer juanrgar (#41868)

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

Modified: trunk/dports/devel/libgit2/Portfile
===================================================================
--- trunk/dports/devel/libgit2/Portfile	2013-12-21 09:12:52 UTC (rev 115001)
+++ trunk/dports/devel/libgit2/Portfile	2013-12-21 11:56:51 UTC (rev 115002)
@@ -5,11 +5,10 @@
 PortGroup           github 1.0
 PortGroup           cmake 1.0
 
-github.setup        libgit2 libgit2 0.17.0 v
-github.tarball_from downloads
+github.setup        libgit2 libgit2 0.20.0 v
 categories          devel
 platforms           darwin
-maintainers         nomaintainer
+maintainers         gmail.com:juanrgar openmaintainer
 license             GPL-2
 
 description         A portable, pure C implementation of the Git core methods
@@ -22,15 +21,19 @@
 
 homepage            http://libgit2.github.com/
 
-checksums           rmd160  2a8a83fc17d4d71792f34d63654a09c3b35efe9e \
-                    sha256  068eed0b8fe852a7cc55aae46d2299e9c9e3e00badc1c293d72a9dd122226018
+checksums           rmd160  15d2635326274d1f6acefcb674a51506f8e319d8 \
+                    sha256  7251daf92958b7f3e59e90a989542d6ef05b1c1d9acade0632fc2becd067d6c7
 
-depends_lib         port:zlib
+depends_lib         port:libiconv \
+                    port:libssh2 \
+                    port:openssl \
+                    port:zlib
 
+configure.dir       ${workpath}/build
+build.dir           ${configure.dir}
+
 post-extract {
-    file mkdir ${workpath}/build
+    file mkdir ${configure.dir}
 }
 
 configure.post_args ../${distname}
-configure.dir       ${workpath}/build
-build.dir           ${workpath}/build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131221/42b84891/attachment.html>


More information about the macports-changes mailing list