[33875] trunk/dports/devel/subversion
dluke at macports.org
dluke at macports.org
Wed Feb 6 10:37:06 PST 2008
Revision: 33875
http://trac.macosforge.org/projects/macports/changeset/33875
Author: dluke at macports.org
Date: 2008-02-06 10:35:48 -0800 (Wed, 06 Feb 2008)
Log Message:
-----------
lint cleanup
Modified Paths:
--------------
trunk/dports/devel/subversion/Portfile
Added Paths:
-----------
trunk/dports/devel/subversion/files/patch-Makefile.in.diff
Removed Paths:
-------------
trunk/dports/devel/subversion/files/patch-Makefile.in
Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile 2008-02-06 18:34:43 UTC (rev 33874)
+++ trunk/dports/devel/subversion/Portfile 2008-02-06 18:35:48 UTC (rev 33875)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name subversion
version 1.4.6
categories devel
@@ -28,7 +29,7 @@
test.target check
test.env CLEANUP=true
-patchfiles patch-Makefile.in
+patchfiles patch-Makefile.in.diff
configure.args --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
@@ -92,10 +93,10 @@
post-install {
ui_warn "This variant (+mac_os_x_server_mod_dav_svn builds against the Apple-supplied apache2 in /opt/apache2 and thus may have problems that the normal variant (+mod_dav_svn) which builds against the macports supplied apache2 will not have."
- }
+ }
}
-variant tools description {Install some optional extra subversion tools} {
+variant tools description {Install some optional extra subversion tools} {
post-destroot {
xinstall -d -m 755 ${destroot}${prefix}/share/${name}
copy ${worksrcpath}/tools ${destroot}${prefix}/share/${name}/tools
Deleted: trunk/dports/devel/subversion/files/patch-Makefile.in
===================================================================
--- trunk/dports/devel/subversion/files/patch-Makefile.in 2008-02-06 18:34:43 UTC (rev 33874)
+++ trunk/dports/devel/subversion/files/patch-Makefile.in 2008-02-06 18:35:48 UTC (rev 33875)
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sun Aug 17 19:45:25 2003
-+++ Makefile.in Sun Aug 17 19:45:54 2003
-@@ -204,7 +204,7 @@
- clean: external-clean local-clean
- distclean: external-distclean local-distclean
- extraclean: external-extraclean local-extraclean
--install: external-install local-install revision-install
-+install: external-install local-install
-
- @INCLUDE_OUTPUTS@
-
Copied: trunk/dports/devel/subversion/files/patch-Makefile.in.diff (from rev 33828, trunk/dports/devel/subversion/files/patch-Makefile.in)
===================================================================
--- trunk/dports/devel/subversion/files/patch-Makefile.in.diff (rev 0)
+++ trunk/dports/devel/subversion/files/patch-Makefile.in.diff 2008-02-06 18:35:48 UTC (rev 33875)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sun Aug 17 19:45:25 2003
++++ Makefile.in Sun Aug 17 19:45:54 2003
+@@ -204,7 +204,7 @@
+ clean: external-clean local-clean
+ distclean: external-distclean local-distclean
+ extraclean: external-extraclean local-extraclean
+-install: external-install local-install revision-install
++install: external-install local-install
+
+ @INCLUDE_OUTPUTS@
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080206/717107fb/attachment-0001.html
More information about the macports-changes
mailing list