[29860] trunk/dports/devel/cvs/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Oct 12 18:19:57 PDT 2007
Revision: 29860
http://trac.macosforge.org/projects/macports/changeset/29860
Author: nox at macports.org
Date: 2007-10-12 18:19:57 -0700 (Fri, 12 Oct 2007)
Log Message:
-----------
cvs: Whitespace changes.
Modified Paths:
--------------
trunk/dports/devel/cvs/Portfile
Modified: trunk/dports/devel/cvs/Portfile
===================================================================
--- trunk/dports/devel/cvs/Portfile 2007-10-13 01:16:22 UTC (rev 29859)
+++ trunk/dports/devel/cvs/Portfile 2007-10-13 01:19:57 UTC (rev 29860)
@@ -1,33 +1,38 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
+
name cvs
version 1.11.22
+categories devel net
+platforms darwin
+maintainers nomaintainer
description Concurrent Versions System
-long_description CVS is the Concurrent Versions System, the dominant \
- open-source network-transparent version control \
- system. CVS is useful for everyone from individual \
- developers to large, distributed teams:
+
+long_description \
+ CVS is the Concurrent Versions System, the dominant open-source network-transparent version control \
+ system. CVS is useful for everyone from individual developers to large, distributed teams.
+
homepage http://www.nongnu.org/cvs/
-platforms darwin
-maintainers nomaintainer at macports.org
master_sites http://ftp.gnu.org/non-gnu/cvs/source/stable/$version
-checksums md5 f24043a640509aff1aa28871dd345762
-categories devel net
use_bzip2 yes
-livecheck.check regex
-livecheck.url http://savannah.nongnu.org/projects/cvs/
-livecheck.regex Stable CVS Version (\[0-9.\]+) Released!
+checksums md5 f24043a640509aff1aa28871dd345762
-configure.args --infodir=${prefix}/share/info \
- --mandir=${prefix}/share/man
-configure.env TMPDIR= TMP= TEMP=
+configure.args --infodir=${prefix}/share/info \
+ --mandir=${prefix}/share/man
+configure.env TMPDIR= TMP= TEMP=
variant gssapi {
- configure.args-append --enable-encryption --with-gssapi
+ configure.args-append --enable-encryption \
+ --with-gssapi
}
variant proxy {
patchfiles-append patch-cvs-proxy
}
+
+livecheck.check regex
+livecheck.url http://savannah.nongnu.org/projects/cvs/
+livecheck.regex Stable CVS Version (\[0-9.\]+) Released!
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071012/d1638cec/attachment-0001.html
More information about the macports-changes
mailing list