aboutsummaryrefslogtreecommitdiff
path: root/www/sitecopy
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2005-10-20 12:42:24 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2005-10-20 12:42:24 +0000
commitc27cd5e71888874473babceb6bd6d180d66f9dd2 (patch)
treecf9ae615d08d241fc07d74d56c36a80ec5853455 /www/sitecopy
parent706fc45895cde3e3cf236d3970f0a74691a95c82 (diff)
downloadports-c27cd5e71888874473babceb6bd6d180d66f9dd2.tar.gz
ports-c27cd5e71888874473babceb6bd6d180d66f9dd2.zip
Notes
Diffstat (limited to 'www/sitecopy')
-rw-r--r--www/sitecopy/Makefile3
-rw-r--r--www/sitecopy/distinfo4
-rw-r--r--www/sitecopy/files/patch-Makefile.in29
-rw-r--r--www/sitecopy/pkg-plist14
4 files changed, 35 insertions, 15 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 5a7e8ac6caf1..ad1ab1e6ecda 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sitecopy
-PORTVERSION= 0.15.0
-PORTREVISION= 1
+PORTVERSION= 0.16.1
CATEGORIES= www
MASTER_SITES= http://www.lyra.org/sitecopy/
diff --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo
index 77c843c9b9ac..0c04de8387d0 100644
--- a/www/sitecopy/distinfo
+++ b/www/sitecopy/distinfo
@@ -1,2 +1,2 @@
-MD5 (sitecopy-0.15.0.tar.gz) = ed2b45aa3ee7a2bb7b4dbfd062f970a5
-SIZE (sitecopy-0.15.0.tar.gz) = 940399
+MD5 (sitecopy-0.16.1.tar.gz) = 25b611feea1d98f4bb5b4e4ebac4044d
+SIZE (sitecopy-0.16.1.tar.gz) = 947056
diff --git a/www/sitecopy/files/patch-Makefile.in b/www/sitecopy/files/patch-Makefile.in
index c4c0ddad2ae6..2310345e5190 100644
--- a/www/sitecopy/files/patch-Makefile.in
+++ b/www/sitecopy/files/patch-Makefile.in
@@ -1,6 +1,9 @@
---- Makefile.in.orig Sun Jan 27 23:37:40 2002
-+++ Makefile.in Sun Jan 27 23:37:45 2002
-@@ -15,7 +15,7 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig
++++ Makefile.in
+@@ -11,7 +11,7 @@
bindir = @bindir@
mandir = @mandir@
man1dir = $(mandir)/man1
@@ -8,4 +11,22 @@
+docdir = $(prefix)/share/doc/sitecopy
localedir = $(datadir)/locale
datadir = @datadir@
- pkgdatadir = $(datadir)/@PACKAGE@
+ pkgdatadir = $(datadir)/sitecopy
+@@ -74,7 +74,6 @@
+
+ DATAFILES = doc/examplerc doc/changes.awk
+ DOCS = README NEWS THANKS doc/update.sh
+-MANLANGS = fr
+
+ all: $(TARGET)
+
+@@ -178,9 +177,6 @@
+ @echo "Installing man page..."
+ $(mkinstalldirs) $(DESTDIR)$(man1dir)
+ $(INSTALL_DATA) $(top_srcdir)/doc/sitecopy.1 $(DESTDIR)$(man1dir)/sitecopy.1
+- for f in $(MANLANGS); do $(mkinstalldirs) $(DESTDIR)$(mandir)/$$f/man1; \
+- $(INSTALL_DATA) $(top_srcdir)/doc/sitecopy.$$f.1 \
+- $(DESTDIR)$(mandir)/$$f/man1/sitecopy.1; done
+ @echo
+ @echo "sitecopy installation finished."
+ @echo
diff --git a/www/sitecopy/pkg-plist b/www/sitecopy/pkg-plist
index c79b9ec2edd2..be6dd0b84b81 100644
--- a/www/sitecopy/pkg-plist
+++ b/www/sitecopy/pkg-plist
@@ -1,8 +1,8 @@
bin/sitecopy
-%%PORTDOCS%%share/doc/sitecopy/NEWS
-%%PORTDOCS%%share/doc/sitecopy/README
-%%PORTDOCS%%share/doc/sitecopy/THANKS
-%%PORTDOCS%%share/doc/sitecopy/update.sh
+%%DOCSDIR%%/NEWS
+%%DOCSDIR%%/README
+%%DOCSDIR%%/THANKS
+%%DOCSDIR%%/update.sh
share/locale/cs/LC_MESSAGES/sitecopy.mo
share/locale/de/LC_MESSAGES/sitecopy.mo
share/locale/fr/LC_MESSAGES/sitecopy.mo
@@ -11,7 +11,7 @@ share/locale/ja/LC_MESSAGES/sitecopy.mo
share/locale/nn/LC_MESSAGES/sitecopy.mo
share/locale/ru/LC_MESSAGES/sitecopy.mo
share/locale/tr/LC_MESSAGES/sitecopy.mo
-share/sitecopy/changes.awk
-share/sitecopy/examplerc
-@dirrm share/doc/sitecopy
+%%DATADIR%%/changes.awk
+%%DATADIR%%/examplerc
@dirrm share/sitecopy
+@dirrm share/doc/sitecopy