diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-04-01 19:25:21 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-04-01 19:25:21 +0000 |
commit | 42ed6fd6e1ce86b9b6866f122cfff81158ed635a (patch) | |
tree | 5e864bc1eb7f62c7834923e727c75e5f23091321 /www/apps/trac/Trac.mkbuild | |
parent | 8fc824125c5dec1fc56bf16494cbe12c7ca2e6f7 (diff) | |
download | mkbuilds-42ed6fd6e1ce86b9b6866f122cfff81158ed635a.tar.gz mkbuilds-42ed6fd6e1ce86b9b6866f122cfff81158ed635a.tar.bz2 |
TracFootNoteMacro: adding TracFootNoteMacro and updating dependencies
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@406 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'www/apps/trac/Trac.mkbuild')
-rw-r--r-- | www/apps/trac/Trac.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apps/trac/Trac.mkbuild b/www/apps/trac/Trac.mkbuild index 04e2344..fedb610 100644 --- a/www/apps/trac/Trac.mkbuild +++ b/www/apps/trac/Trac.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://ftp.edgewall.com/pub/trac/Trac-0.11rc2.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://ftp.edgewall.com/pub/trac/Trac-0.11.4.tar.gz" # # Dependency list input @@ -62,6 +62,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source off: configure |