Skip to content

Commit

Permalink
viewvc: update to 1.1.26
Browse files Browse the repository at this point in the history
Move to github; fix notes

closes https://trac.macports.org/ticket/53526
  • Loading branch information
kurthindenburg committed Feb 10, 2017
1 parent b3f2cb9 commit 13c27e2
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions devel/viewvc/Portfile
@@ -1,9 +1,9 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0

name viewvc
version 1.1.24
github.setup viewvc viewvc 1.1.26
categories devel www
maintainers khindenburg openmaintainer

Expand All @@ -17,16 +17,14 @@ long_description \
out of your version control tool, but much more prettily than the \
average textual command-line program output.

homepage http://www.viewvc.org
platforms darwin
supported_archs noarch
license BSD
master_sites http://viewvc.tigris.org/files/documents/3330/49471/

patchfiles patch-viewvc-install.diff

checksums rmd160 f54549b82e6959cf1088c244e90c2688f27ee2a7 \
sha256 0620f69fa5ba02ac65e000586ba31015a2053a82711bedb30629fd6087003d7e
checksums rmd160 8fcd1cb56542d80180dfb48389573cb28b927dfa \
sha256 013afa8054d1f13f14e715d013c0137b4abe52e3bc330d8d45f9bb6ec93a316a

# Per website, this doesn't work with any python3
depends_lib port:python27
Expand Down Expand Up @@ -55,12 +53,11 @@ default_variants +cvs +subversion

notes "
If this is a fresh install, read\
http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/INSTALL\
otherwise http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/docs/upgrading-howto.html\
https://github.com/viewvc/viewvc/blob/master/INSTALL\
otherwise \
https://github.com/viewvc/viewvc/blob/master/docs/upgrading-howto.html\
Copy ${prefix}/share/viewvc/viewvc.conf.dist to ${prefix}/share/viewvc.conf\
Copy ${prefix}/share/viewvc/viewvc.conf.dist to ${prefix}/share/viewvc/viewvc.conf\
and then edit it.\
It may be easiest to use ${prefix}/share/viewvc/bin/standalone.py to test the setup.
"

livecheck.url http://viewvc.tigris.org/servlets/ProjectDocumentList?folderID=6004

0 comments on commit 13c27e2

Please sign in to comment.