[57519] trunk/dports/www/sitecopy
and.damore at macports.org
and.damore at macports.org
Sat Sep 12 05:49:45 PDT 2009
Revision: 57519
http://trac.macports.org/changeset/57519
Author: and.damore at macports.org
Date: 2009-09-12 05:49:44 -0700 (Sat, 12 Sep 2009)
Log Message:
-----------
Upgraded version, changed to new project homepage, edited patch to make configure script work properly
Modified Paths:
--------------
trunk/dports/www/sitecopy/Portfile
trunk/dports/www/sitecopy/files/patch-Makefile.in
Modified: trunk/dports/www/sitecopy/Portfile
===================================================================
--- trunk/dports/www/sitecopy/Portfile 2009-09-12 12:49:09 UTC (rev 57518)
+++ trunk/dports/www/sitecopy/Portfile 2009-09-12 12:49:44 UTC (rev 57519)
@@ -1,21 +1,21 @@
# $Id$
-PortSystem 1.0
-name sitecopy
-version 0.16.3
-categories www
-platforms darwin
-maintainers julian at hal-9k.de
-description sitecopy website maintenance utility
-long_description sitecopy allows you to easily maintain remote Web \
- sites. The program will upload files to the server \
- which have changed locally, and delete files from \
- the server which have been removed locally, keeping \
- the remote site synchronized. FTP and WebDAV are \
- supported.
+PortSystem 1.0
+name sitecopy
+version 0.16.6
+categories www
+platforms darwin
+maintainers julian at hal-9k.de
+description sitecopy website maintenance utility
+long_description sitecopy allows you to easily maintain remote Web sites. The program \
+ will upload files to the server which have changed locally, and delete \
+ files from the server which have been removed locally, keeping the \
+ remote site synchronized. FTP and WebDAV are supported.
+homepage http://www.manyfish.co.uk/sitecopy
+master_sites ${homepage}
+checksums md5 b3aeb5a5f00af3db90b408e8c32a6c01 \
+ sha1 2de3679d98c31331f48ff10e824c615a180f2d3b \
+ rmd160 9e1bb73272e88aa06ebf12323080f23dfe8f7ad8
+patchfiles patch-Makefile.in
+configure.args-append --docdir=${prefix}/share/doc/sitecopy
-homepage http://www.lyra.org/sitecopy/
-master_sites ${homepage}
-checksums md5 df48499ad81b333a9d255c1709e09a1a
-patchfiles patch-Makefile.in
-configure.args --mandir=${prefix}/share/man
Modified: trunk/dports/www/sitecopy/files/patch-Makefile.in
===================================================================
--- trunk/dports/www/sitecopy/files/patch-Makefile.in 2009-09-12 12:49:09 UTC (rev 57518)
+++ trunk/dports/www/sitecopy/files/patch-Makefile.in 2009-09-12 12:49:44 UTC (rev 57519)
@@ -1,11 +1,11 @@
---- Makefile.in 2005-09-27 23:02:48.000000000 +0200
-+++ Makefile.in 2005-09-27 23:02:45.000000000 +0200
+--- Makefile.in 2005-09-27 23:02:48.000000000 +0200
++++ Makefile.in 2005-09-27 23:02:45.000000000 +0200
@@ -11,7 +11,7 @@
bindir = @bindir@
mandir = @mandir@
man1dir = $(mandir)/man1
-docdir = $(prefix)/doc/sitecopy
-+docdir = $(prefix)/share/doc/sitecopy
++docdir = @docdir@
localedir = $(datadir)/locale
datadir = @datadir@
pkgdatadir = $(datadir)/sitecopy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090912/2f496a7d/attachment.html>
More information about the macports-changes
mailing list