diff options
author | uqs <uqs@FreeBSD.org> | 2016-07-19 22:41:48 +0800 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2016-07-19 22:41:48 +0800 |
commit | 6a8f4ed9d249665872bcf7786954d37a0614bbdd (patch) | |
tree | eca91afc886b556fcc499f9728c9e38ac1ec7bf1 /textproc | |
parent | 3ff69293d35a89d4c26854ec09593527deee7279 (diff) | |
download | freebsd-ports-gnome-6a8f4ed9d249665872bcf7786954d37a0614bbdd.tar.gz freebsd-ports-gnome-6a8f4ed9d249665872bcf7786954d37a0614bbdd.tar.zst freebsd-ports-gnome-6a8f4ed9d249665872bcf7786954d37a0614bbdd.zip |
Update mandoc to 1.13.4
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdocml/Makefile | 7 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 5 | ||||
-rw-r--r-- | textproc/mdocml/pkg-plist | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index d5b8cb6bff4e..6838203b1f59 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mdocml -PORTVERSION= 1.13.3 +PORTVERSION= 1.13.4 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ LOCAL/uqs @@ -18,8 +18,9 @@ HAS_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-patch: +post-configure: @${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \ - ${WRKSRC}/Makefile + -e 's/^INSTALL_PROGRAM.*/INSTALL_PROGRAM=${INSTALL_PROGRAM}/' \ + ${WRKSRC}/Makefile.local .include <bsd.port.mk> diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo index ee4a41eab5f0..68e79242a4a2 100644 --- a/textproc/mdocml/distinfo +++ b/textproc/mdocml/distinfo @@ -1,2 +1,3 @@ -SHA256 (mdocml-1.13.3.tar.gz) = 23ccab4800d50bf4c327979af5d4aa1a6a2dc490789cb67c4c3ac1bd40b8cad8 -SIZE (mdocml-1.13.3.tar.gz) = 358971 +TIMESTAMP = 1468937374 +SHA256 (mdocml-1.13.4.tar.gz) = 0a55c1addb188071d6f784599303656b8465e98ec6b2f4f264e12fb96d79e0ef +SIZE (mdocml-1.13.4.tar.gz) = 370428 diff --git a/textproc/mdocml/pkg-plist b/textproc/mdocml/pkg-plist index 65fceac9bbde..2196c5e58406 100644 --- a/textproc/mdocml/pkg-plist +++ b/textproc/mdocml/pkg-plist @@ -2,16 +2,19 @@ bin/apropos bin/demandoc @comment bin/man bin/mandoc +bin/soelim bin/whatis @comment include/mandoc/man.h @comment include/mandoc/mandoc.h @comment include/mandoc/mandoc_aux.h @comment include/mandoc/mdoc.h +@comment include/mandoc/roff.h lib/mandoc/libmandoc.a man/man1/apropos.1.gz man/man1/demandoc.1.gz @comment man/man1/man.1.gz man/man1/mandoc.1.gz +man/man1/soelim.1.gz man/man1/whatis.1.gz man/man3/mandoc.3.gz man/man3/mandoc_escape.3.gz @@ -19,6 +22,7 @@ man/man3/mandoc_malloc.3.gz man/man3/mansearch.3.gz man/man3/mchars_alloc.3.gz man/man3/tbl.3.gz +man/man5/man.conf.5.gz man/man5/mandoc.db.5.gz man/man7/eqn.7.gz man/man7/man.7.gz @@ -28,4 +32,3 @@ man/man7/mdoc.7.gz man/man7/tbl.7.gz man/man8/makewhatis.8.gz sbin/makewhatis -%%EXAMPLESDIR%%/example.style.css |