[36400] trunk/dports/sysutils/moreutils

milosh at macports.org milosh at macports.org
Wed Apr 30 06:32:28 PDT 2008


Revision: 36400
          http://trac.macosforge.org/projects/macports/changeset/36400
Author:   milosh at macports.org
Date:     2008-04-30 06:32:27 -0700 (Wed, 30 Apr 2008)

Log Message:
-----------
update moreutils to v0.29

Modified Paths:
--------------
    trunk/dports/sysutils/moreutils/Portfile
    trunk/dports/sysutils/moreutils/files/patch-Makefile.diff

Modified: trunk/dports/sysutils/moreutils/Portfile
===================================================================
--- trunk/dports/sysutils/moreutils/Portfile	2008-04-30 07:42:47 UTC (rev 36399)
+++ trunk/dports/sysutils/moreutils/Portfile	2008-04-30 13:32:27 UTC (rev 36400)
@@ -3,7 +3,7 @@
 PortSystem  1.0
 
 name        moreutils
-version     0.26
+version     0.29
 categories  sysutils
 maintainers milosh openmaintainer
 platforms   darwin
@@ -26,7 +26,7 @@
 distname        ${name}_${version}
 worksrcdir      ${name}
 extract.suffix  .tar.gz
-checksums       md5 db7773ee7d25351d42b1d6662aa19b56
+checksums       md5 0252297d34c2adc72445dd09d0ddbdae
 use_configure   no
 depends_run     port:perl5.8
 patchfiles      patch-Makefile.diff

Modified: trunk/dports/sysutils/moreutils/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2008-04-30 07:42:47 UTC (rev 36399)
+++ trunk/dports/sysutils/moreutils/files/patch-Makefile.diff	2008-04-30 13:32:27 UTC (rev 36400)
@@ -1,17 +1,17 @@
---- Makefile.orig	2007-09-06 03:27:11.000000000 +0200
-+++ Makefile	2007-10-23 14:45:47.000000000 +0200
-@@ -1,42 +1,45 @@
--BINS=isutf8 ifdata pee sponge mispipe lckdo
+--- Makefile.orig	2008-10-24 15:26:25.000000000 +0200
++++ Makefile	2008-10-24 15:29:56.000000000 +0200
+@@ -1,45 +1,48 @@
+-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo
 +BINS=isutf8 pee sponge mispipe lckdo
  PERLSCRIPTS=vidir vipe ts combine zrun
--MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 pee.1 zrun.1 mispipe.1 lckdo.1
-+MANS=sponge.1 vidir.1 vipe.1 ts.1 combine.1 zrun.1 mispipe.1 lckdo.1
+-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1
++MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 pee.1 zrun.1 mispipe.1 lckdo.1
  CFLAGS=-O2 -g -Wall
  INSTALL_BIN=install -s
  
 -all: $(BINS) $(MANS)
 +all: $(BINS)
-+	
++
 +doc: $(MANS)
  
  clean:
@@ -27,7 +27,7 @@
  	
 -	mkdir -p $(PREFIX)/usr/share/man/man1
 -	install $(MANS) $(PREFIX)/usr/share/man/man1
-+install-doc:
++install-doc: doc
 +	mkdir -p $(PREFIX)/share/man/man1
 +	install $(MANS) $(PREFIX)/share/man/man1
  
@@ -42,6 +42,10 @@
 -	docbook2x-man $<
 +	docbook2man $<
  
+ ifne.1: ifne.docbook
+-	docbook2x-man $<
++	docbook2man $<
+ 
  pee.1: pee.docbook
 -	docbook2x-man $<
 +	docbook2man $<

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


More information about the macports-changes mailing list