pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/album Convert to standard format, add RCS Id.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b2978c0d4db
branches: trunk
changeset: 493287:6b2978c0d4db
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon May 02 13:37:16 2005 +0000
description:
Convert to standard format, add RCS Id.
XXX: this should _not_ hardcode /usr/pkg
diffstat:
www/album/distinfo | 4 ++--
www/album/patches/patch-aa | 42 ++++++++++++++++++------------------------
2 files changed, 20 insertions(+), 26 deletions(-)
diffs (58 lines):
diff -r 1ab5971b806a -r 6b2978c0d4db www/album/distinfo
--- a/www/album/distinfo Mon May 02 13:02:12 2005 +0000
+++ b/www/album/distinfo Mon May 02 13:37:16 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2005/04/28 15:12:00 augustss Exp $
+$NetBSD: distinfo,v 1.2 2005/05/02 13:37:16 wiz Exp $
SHA1 (album.tar.gz) = 8ebf94792c7f98916ffc3624057ac8b3ff682d77
RMD160 (album.tar.gz) = 6532da2c1d4eef8d28923029836ede651d69b732
Size (album.tar.gz) = 99600 bytes
-SHA1 (patch-aa) = caf5d961cced6f4b658a8d264e541423ac728aa6
+SHA1 (patch-aa) = a26b5349c8952fd26cef1bf657566a28c2209f4b
diff -r 1ab5971b806a -r 6b2978c0d4db www/album/patches/patch-aa
--- a/www/album/patches/patch-aa Mon May 02 13:02:12 2005 +0000
+++ b/www/album/patches/patch-aa Mon May 02 13:37:16 2005 +0000
@@ -1,24 +1,18 @@
-*** album.orig Wed Mar 9 14:59:01 2005
---- album Wed Mar 9 15:01:17 2005
-***************
-*** 1308,1318 ****
-
- unless ($themes) {
- # Try to guess path
-! $themes = '/var/www/html' unless -x $themes;
-! $themes = '/var/www' unless -x $themes;
-! $themes = '/home/httpd' unless -x $themes;
-! $themes = '/home/http' unless -x $themes;
-! $themes = "$ENV{HOME}/public_html" unless -x $themes;
- $themes = '' unless -x $themes;
- $themes .= "/Themes" if $themes;
- }
---- 1308,1314 ----
-
- unless ($themes) {
- # Try to guess path
-! $themes = '/usr/pkg/share/httpd/htdocs/Album' unless -x $themes;
-! $themes = '/usr/pkg/share/Album' unless -x $themes;
- $themes = '' unless -x $themes;
- $themes .= "/Themes" if $themes;
- }
+$NetBSD: patch-aa,v 1.2 2005/05/02 13:37:16 wiz Exp $
+
+--- album.orig 2004-12-31 10:24:04.000000000 +0100
++++ album
+@@ -1308,11 +1308,8 @@ sub install_theme_path {
+
+ unless ($themes) {
+ # Try to guess path
+- $themes = '/var/www/html' unless -x $themes;
+- $themes = '/var/www' unless -x $themes;
+- $themes = '/home/httpd' unless -x $themes;
+- $themes = '/home/http' unless -x $themes;
+- $themes = "$ENV{HOME}/public_html" unless -x $themes;
++ $themes = '/usr/pkg/share/httpd/htdocs/Album' unless -x $themes;
++ $themes = '/usr/pkg/share/Album' unless -x $themes;
+ $themes = '' unless -x $themes;
+ $themes .= "/Themes" if $themes;
+ }
Home |
Main Index |
Thread Index |
Old Index