[90441] trunk/dports/devel/git-core/Portfile

cal at macports.org cal at macports.org
Mon Mar 5 10:52:51 PST 2012


Revision: 90441
          http://trac.macports.org/changeset/90441
Author:   cal at macports.org
Date:     2012-03-05 10:52:51 -0800 (Mon, 05 Mar 2012)
Log Message:
-----------
git-core: Add +credential_osxkeychain to default variants, as it's something most users will probably want

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2012-03-05 18:43:24 UTC (rev 90440)
+++ trunk/dports/devel/git-core/Portfile	2012-03-05 18:52:51 UTC (rev 90441)
@@ -190,14 +190,14 @@
     post-build {
         system -W "${worksrcpath}/contrib/credential/osxkeychain" "make CC='${configure.cc}' CFLAGS='${configure.cflags}'"
     }
-    
+
     post-destroot {
         xinstall -m 755 "${worksrcpath}/contrib/credential/osxkeychain/git-credential-osxkeychain" \
             "${destroot}${prefix}/bin/"
     }
 }
 
-default_variants    +doc +pcre
+default_variants    +doc +pcre +credential_osxkeychain
 
 livecheck.type          regex
 livecheck.regex         {<div id="ver">v([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120305/dffcec31/attachment.html>


More information about the macports-changes mailing list