[31756] trunk/dports/irc/scrollz

boeyms at macports.org boeyms at macports.org
Wed Dec 5 18:00:49 PST 2007


Revision: 31756
          http://trac.macosforge.org/projects/macports/changeset/31756
Author:   boeyms at macports.org
Date:     2007-12-05 18:00:47 -0800 (Wed, 05 Dec 2007)

Log Message:
-----------
scrollz: update to latest version, nicen-up the Makefile.in patch

Modified Paths:
--------------
    trunk/dports/irc/scrollz/Portfile
    trunk/dports/irc/scrollz/files/patch-Makefile.in

Modified: trunk/dports/irc/scrollz/Portfile
===================================================================
--- trunk/dports/irc/scrollz/Portfile	2007-12-06 01:49:18 UTC (rev 31755)
+++ trunk/dports/irc/scrollz/Portfile	2007-12-06 02:00:47 UTC (rev 31756)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             scrollz
-version          1.9.5
+version          1.9.99
 categories       irc
 maintainers      nomaintainer
 description      ircII-based irc client
@@ -11,6 +11,9 @@
 homepage         http://www.scrollz.com/
 platforms        darwin
 master_sites     ftp://ftp.scrollz.com/pub/ScrollZ/source/
+use_bzip2        yes
 distname         ScrollZ-${version}
-checksums        md5 14b4bde509eefb6254d8ccff72b8b7a3
+checksums        md5 3b41142143d60f7f2005e846f7def713 \
+                 sha1 52d9cfb4c0e61075f5f2c64b477333f1bed06f8a \
+                 rmd160 51badd8540ec1f8977241cbdb5b80003ad305abe
 patchfiles       patch-Makefile.in

Modified: trunk/dports/irc/scrollz/files/patch-Makefile.in
===================================================================
--- trunk/dports/irc/scrollz/files/patch-Makefile.in	2007-12-06 01:49:18 UTC (rev 31755)
+++ trunk/dports/irc/scrollz/files/patch-Makefile.in	2007-12-06 02:00:47 UTC (rev 31756)
@@ -1,22 +1,11 @@
---- Makefile.in.orig	Wed May 12 11:53:07 2004
-+++ Makefile.in	Wed Mar  2 23:04:04 2005
-@@ -53,7 +53,7 @@
+--- Makefile.in.orig	2007-12-02 03:44:04.000000000 +0000
++++ Makefile.in	2007-12-02 03:44:52.000000000 +0000
+@@ -51,7 +51,7 @@
  exec_prefix = @exec_prefix@
  bindir = @bindir@
  sharedir = @prefix@/share
--mandir = ${prefix}/man/man1
-+mandir = ${prefix}/share/man/man1
+-mandir = @prefix@/man/man1
++mandir = $(sharedir)/man1
  
  DESTDIR =
  
-@@ -216,8 +216,8 @@
- 
- installhelp:
- 	$(INSTALL_HELP_CMD)
--	find $(HELP_DIR) -type d -print | xargs chmod a+rx
--	find $(HELP_DIR) -type f -print | xargs chmod a+r
-+	find $(DESTDIR)/$(HELP_DIR) -type d -print | xargs chmod a+rx
-+	find $(DESTDIR)/$(HELP_DIR) -type f -print | xargs chmod a+r
- 
- installtranslation: installdirs
- 	$(INSTALL_TRANSLATION_CMD)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071205/fd177732/attachment.html


More information about the macports-changes mailing list