[56015] trunk/dports/www/cgit/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 23 02:59:41 PDT 2009


Revision: 56015
          http://trac.macports.org/changeset/56015
Author:   ryandesign at macports.org
Date:     2009-08-23 02:59:41 -0700 (Sun, 23 Aug 2009)
Log Message:
-----------
cgit: update to 0.8.2.1, update git version to 1.6.3, fix weird distname, fix dist_subdir; closes #19585 and #19586 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/www/cgit/Portfile

Modified: trunk/dports/www/cgit/Portfile
===================================================================
--- trunk/dports/www/cgit/Portfile	2009-08-23 09:53:55 UTC (rev 56014)
+++ trunk/dports/www/cgit/Portfile	2009-08-23 09:59:41 UTC (rev 56015)
@@ -4,13 +4,14 @@
 PortSystem 1.0
 
 name            cgit
-version         0.8
-set git-version 1.6.0.2
+version         0.8.2.1
+set git-version 1.6.3
 categories      www devel
 maintainers     sfiera openmaintainer
 description     A fast web interface for the git source code management system
 homepage        http://hjemli.net/git/cgit/
 platforms       darwin
+dist_subdir     git-core
 
 long_description \
     cgit is an attempt to create a fast web interface for the git scm, using a \
@@ -18,19 +19,19 @@
     CGI-capable web server.
 
 use_bzip2       yes
-set cgit-dist   ${name}-${version}${extract.suffix}?id=v${version}
-set git-dist    git-${git-version}${extract.suffix}
+set cgit-dist   ${distfiles}
+set git-dist    [suffix git-${git-version}]
 distfiles       ${cgit-dist}:cgit ${git-dist}:git
 master_sites    ${homepage}snapshot:cgit \
                 http://www.kernel.org/pub/software/scm/git:git
 checksums       ${cgit-dist} \
-                    md5 f846689c9789a4f1d4adf9a79831a02e \
-                    sha1 c4280f37f4fc7804647d6194ab37c213cd55c718 \
-                    rmd160 78dd029d2dc3f05e3fd6660a3b62177c85240d58 \
+                    md5     33e56f0621e53327f89233c7ccb7d8be \
+                    sha1    1c40de81530a3c0513bc963cc81f14685448f6f9 \
+                    rmd160  2e83250130aa1d4f087c853567c794b58a24368c \
                 ${git-dist} \
-                    md5 1e4d9bfc1cb0abf165d4de93b5172324 \
-                    sha1 4a1d78604d1fb6c0deb43a498feb454970fb6704 \
-                    rmd160 eb91ca256d0fbcc956f91ad02da659d9b322261d
+                    md5     a5e6165506cddd94954277cf81f44b14 \
+                    sha1    1dab1068d1886828bdb512e9b809bc779de35609 \
+                    rmd160  b496878b113ae8d13d2eaa1b65e4dd2d8e72834d
 
 depends_lib     port:git-core \
                 port:openssl \
@@ -54,7 +55,6 @@
     destroot.keepdirs ${destroot}${prefix}/var/cache/cgit
 }
 
-worksrcdir      ${name}
 use_configure   no
 configure.ldflags-append -liconv
 build.env       CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090823/8f8ecb76/attachment.html>


More information about the macports-changes mailing list