[121904] trunk/dports/textproc/txt2man

ryandesign at macports.org ryandesign at macports.org
Thu Jul 10 22:48:26 PDT 2014


Revision: 121904
          https://trac.macports.org/changeset/121904
Author:   ryandesign at macports.org
Date:     2014-07-10 22:48:26 -0700 (Thu, 10 Jul 2014)
Log Message:
-----------
txt2man: update to 1.5.6; supported_archs noarch; add patch to fix manpage installation location

Modified Paths:
--------------
    trunk/dports/textproc/txt2man/Portfile

Added Paths:
-----------
    trunk/dports/textproc/txt2man/files/
    trunk/dports/textproc/txt2man/files/patch-Makefile.diff

Modified: trunk/dports/textproc/txt2man/Portfile
===================================================================
--- trunk/dports/textproc/txt2man/Portfile	2014-07-11 05:44:55 UTC (rev 121903)
+++ trunk/dports/textproc/txt2man/Portfile	2014-07-11 05:48:26 UTC (rev 121904)
@@ -5,9 +5,11 @@
 
 name            txt2man
 license         GPL-2
-version         1.5.5
+version         1.5.6
 categories      textproc
 maintainers     nomaintainer
+supported_archs noarch
+
 description     Converts flat ASCII text to man page format
 long_description \
         Txt2man converts flat ASCII text into the man page format. \
@@ -19,11 +21,13 @@
 
 master_sites    http://mvertes.free.fr/download/
 
-checksums       md5 d10fe6e9876a2969201ea4d75ac9ea48 \
-                sha1 e19c284ebcf4ced66ccb4a4954d99e69cc7b63b1 \
-                rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459
+checksums       rmd160  9b6117bd76e514bf2ca885fac5e82dd74c38ca09 \
+                sha256  984825c5fd0cb3495160bf3277f327078081a8dc219dc466509e307ec9a2b52a
 
+patchfiles      patch-Makefile.diff
+
 use_configure   no
+
 build           {}
 
 destroot.env    prefix=${destroot}${prefix}

Added: trunk/dports/textproc/txt2man/files/patch-Makefile.diff
===================================================================
--- trunk/dports/textproc/txt2man/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/textproc/txt2man/files/patch-Makefile.diff	2014-07-11 05:48:26 UTC (rev 121904)
@@ -0,0 +1,14 @@
+--- Makefile.orig	2011-03-16 16:45:13.000000000 -0500
++++ Makefile	2014-07-11 00:47:09.000000000 -0500
+@@ -7,9 +7,9 @@
+ all: $(MAN1)
+ 
+ install: $(MAN1)
+-	mkdir -p $(prefix)/bin $(prefix)/man/man1
++	mkdir -p $(prefix)/bin $(prefix)/share/man/man1
+ 	cp $(BIN) $(prefix)/bin/
+-	cp $(MAN1) $(prefix)/man/man1
++	cp $(MAN1) $(prefix)/share/man/man1
+ 
+ clean:
+ 	rm -f *.1 *.txt *.ps *.pdf *.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140710/aa269a09/attachment.html>


More information about the macports-changes mailing list