[32847] trunk/dports/math/ndiff

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 21:30:14 PST 2008


Revision: 32847
          http://trac.macosforge.org/projects/macports/changeset/32847
Author:   ryandesign at macports.org
Date:     2008-01-13 21:30:12 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
ndiff: fix names of patchfiles to match recommendations

Modified Paths:
--------------
    trunk/dports/math/ndiff/Portfile

Added Paths:
-----------
    trunk/dports/math/ndiff/files/patch-Makefile.diff
    trunk/dports/math/ndiff/files/patch-Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/math/ndiff/files/patch-Makefile
    trunk/dports/math/ndiff/files/patch-Makefile.in

Modified: trunk/dports/math/ndiff/Portfile
===================================================================
--- trunk/dports/math/ndiff/Portfile	2008-01-14 05:28:30 UTC (rev 32846)
+++ trunk/dports/math/ndiff/Portfile	2008-01-14 05:30:12 UTC (rev 32847)
@@ -20,10 +20,10 @@
 master_sites        ftp://ftp.math.utah.edu/pub/misc/
 checksums           md5 885548b4dc26e72c5455bebb5ba6c16d
 
-patchfiles          patch-Makefile.in
+patchfiles          patch-Makefile.in.diff
 
 pre-test {
-    system "cd ${worksrcpath} && patch -p0 < ${filespath}/patch-Makefile"
+    system "cd ${worksrcpath} && patch -p0 < ${filespath}/patch-Makefile.diff"
 }
 test.run            yes
 test.target         check

Deleted: trunk/dports/math/ndiff/files/patch-Makefile
===================================================================
--- trunk/dports/math/ndiff/files/patch-Makefile	2008-01-14 05:28:30 UTC (rev 32846)
+++ trunk/dports/math/ndiff/files/patch-Makefile	2008-01-14 05:30:12 UTC (rev 32847)
@@ -1,10 +0,0 @@
---- Makefile.orig	2007-03-01 06:22:06.000000000 +0100
-+++ Makefile	2007-03-01 06:20:30.000000000 +0100
-@@ -494,6 +494,7 @@
- check-install-tmp:
- 	@-$(MKDIR) $(TMPINSTDIR) $(TMPINSTDIR)/bin $(TMPINSTDIR)/man \
- 		$(TMPINSTDIR)/man/man1 $(TMPINSTDIR)/share \
-+		$(TMPINSTDIR)/share/man $(TMPINSTDIR)/share/man/man1 \
- 		$(TMPINSTDIR)/share/lib $(TMPINSTDIR)/share/lib/$(PROGNAME)
- 	@$(MAKE) install prefix=$(TMPINSTDIR) >/dev/null
- 

Copied: trunk/dports/math/ndiff/files/patch-Makefile.diff (from rev 32740, trunk/dports/math/ndiff/files/patch-Makefile)
===================================================================
--- trunk/dports/math/ndiff/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/math/ndiff/files/patch-Makefile.diff	2008-01-14 05:30:12 UTC (rev 32847)
@@ -0,0 +1,10 @@
+--- Makefile.orig	2007-03-01 06:22:06.000000000 +0100
++++ Makefile	2007-03-01 06:20:30.000000000 +0100
+@@ -494,6 +494,7 @@
+ check-install-tmp:
+ 	@-$(MKDIR) $(TMPINSTDIR) $(TMPINSTDIR)/bin $(TMPINSTDIR)/man \
+ 		$(TMPINSTDIR)/man/man1 $(TMPINSTDIR)/share \
++		$(TMPINSTDIR)/share/man $(TMPINSTDIR)/share/man/man1 \
+ 		$(TMPINSTDIR)/share/lib $(TMPINSTDIR)/share/lib/$(PROGNAME)
+ 	@$(MAKE) install prefix=$(TMPINSTDIR) >/dev/null
+ 

Deleted: trunk/dports/math/ndiff/files/patch-Makefile.in
===================================================================
--- trunk/dports/math/ndiff/files/patch-Makefile.in	2008-01-14 05:28:30 UTC (rev 32846)
+++ trunk/dports/math/ndiff/files/patch-Makefile.in	2008-01-14 05:30:12 UTC (rev 32847)
@@ -1,13 +0,0 @@
---- Makefile.in.orig	Wed Nov 24 23:12:12 2004
-+++ Makefile.in	Wed Nov 24 23:12:22 2004
-@@ -61,8 +61,8 @@
- 
- prefix		= @prefix@
- bindir		= $(prefix)/bin
--catdir		= $(prefix)/man/cat$(manext)
--mandir		= $(prefix)/man/man$(manext)
-+catdir		= $(prefix)/share/man/cat$(manext)
-+mandir		= $(prefix)/share/man/man$(manext)
- manext		= 1
- shrlibdir	= $(shrlibtop)/$(PROGNAME)-$(VERSION)
- shrlibtop       = $(prefix)/share/lib/$(PROGNAME)

Copied: trunk/dports/math/ndiff/files/patch-Makefile.in.diff (from rev 32740, trunk/dports/math/ndiff/files/patch-Makefile.in)
===================================================================
--- trunk/dports/math/ndiff/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/math/ndiff/files/patch-Makefile.in.diff	2008-01-14 05:30:12 UTC (rev 32847)
@@ -0,0 +1,13 @@
+--- Makefile.in.orig	Wed Nov 24 23:12:12 2004
++++ Makefile.in	Wed Nov 24 23:12:22 2004
+@@ -61,8 +61,8 @@
+ 
+ prefix		= @prefix@
+ bindir		= $(prefix)/bin
+-catdir		= $(prefix)/man/cat$(manext)
+-mandir		= $(prefix)/man/man$(manext)
++catdir		= $(prefix)/share/man/cat$(manext)
++mandir		= $(prefix)/share/man/man$(manext)
+ manext		= 1
+ shrlibdir	= $(shrlibtop)/$(PROGNAME)-$(VERSION)
+ shrlibtop       = $(prefix)/share/lib/$(PROGNAME)

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


More information about the macports-changes mailing list