aboutsummaryrefslogtreecommitdiff
path: root/textproc/mdocml
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2013-11-10 18:16:15 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2013-11-10 18:16:15 +0000
commit0714e2fdcccb0b1559c4c59ea92cb31ec4eadf05 (patch)
tree6c9ec7b9756f1c68b6856f01548614832d40ea94 /textproc/mdocml
parent0ec4b93cf632b12350f8ba23f932f8d472c02bad (diff)
downloadports-0714e2fdcccb0b1559c4c59ea92cb31ec4eadf05.tar.gz
ports-0714e2fdcccb0b1559c4c59ea92cb31ec4eadf05.zip
Update mdocml to 1.12.2
While here, add staging support. Submitted by: pfg (partially) Approved by: mentor (beat)
Notes
Notes: svn path=/head/; revision=333422
Diffstat (limited to 'textproc/mdocml')
-rw-r--r--textproc/mdocml/Makefile7
-rw-r--r--textproc/mdocml/distinfo4
-rw-r--r--textproc/mdocml/files/patch-config15
-rw-r--r--textproc/mdocml/pkg-plist12
4 files changed, 14 insertions, 24 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index 063d5a515901..0187e071d91c 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mdocml
-PORTVERSION= 1.12.1
+PORTVERSION= 1.12.2
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
${MASTER_SITE_LOCAL}
@@ -11,14 +11,9 @@ MASTER_SITE_SUBDIR= uqs
MAINTAINER= uqs@FreeBSD.org
COMMENT= mdoc macro compiler
-MAN1= mandoc.1 demandoc.1
-MAN3= mandoc.3
-MAN7= eqn.7 man.7 mandoc_char.7 mdoc.7 roff.7 tbl.7
-
EXAMPLESDIR_REL=share/examples/mandoc
# Skip installing preconv(1) to avoid conflicting with textproc/groff
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \
-e '/INSTALL_LIB/d' -e '/LIBDIR/d' -e '/INCLUDEDIR/d' \
diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo
index 279c186af886..476cd193bb6a 100644
--- a/textproc/mdocml/distinfo
+++ b/textproc/mdocml/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mdocml-1.12.1.tar.gz) = 12a756cd2901954bccdd25819a16d0ab0501c32c87ad7973570cd65608d32891
-SIZE (mdocml-1.12.1.tar.gz) = 273811
+SHA256 (mdocml-1.12.2.tar.gz) = c4f37afbf823636f63e3cd0673ae6c2ffc6017558e86bdcc02dc825c62daa9d7
+SIZE (mdocml-1.12.2.tar.gz) = 286400
diff --git a/textproc/mdocml/files/patch-config b/textproc/mdocml/files/patch-config
deleted file mode 100644
index 0610446e51e2..000000000000
--- a/textproc/mdocml/files/patch-config
+++ /dev/null
@@ -1,15 +0,0 @@
---- config.h.post.orig 2012-03-24 03:19:14.000000000 +0100
-+++ config.h.post 2012-03-24 07:38:50.000000000 +0100
-@@ -20,6 +20,12 @@
- # define betoh32(x) OSSwapBigToHostInt32(x)
- # define htobe64(x) OSSwapHostToBigInt64(x)
- # define betoh64(x) OSSwapBigToHostInt64(x)
-+#elif defined(__FreeBSD__)
-+/* FreeBSD doesn't have these for userland code, yet. */
-+# define betoh32(x) (x)
-+# define betoh64(x) (x)
-+# define htobe32(x) (x)
-+# define htobe64(x) (x)
- #elif defined(__linux__)
- # define betoh32(x) be32toh(x)
- # define betoh64(x) be64toh(x)
diff --git a/textproc/mdocml/pkg-plist b/textproc/mdocml/pkg-plist
index ec9be15f526c..089159631571 100644
--- a/textproc/mdocml/pkg-plist
+++ b/textproc/mdocml/pkg-plist
@@ -1,4 +1,14 @@
bin/demandoc
bin/mandoc
+man/man1/demandoc.1.gz
+man/man1/mandoc.1.gz
+man/man3/mandoc.3.gz
+man/man3/tbl.3.gz
+man/man7/eqn.7.gz
+man/man7/man.7.gz
+man/man7/mandoc_char.7.gz
+man/man7/mdoc.7.gz
+man/man7/roff.7.gz
+man/man7/tbl.7.gz
%%EXAMPLESDIR%%/example.style.css
-@dirrm %%EXAMPLESDIR%%
+@dirrmtry %%EXAMPLESDIR%%