pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/mdocml Rename soelim to msoelim (per comment ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec35974a0ccb
branches:  trunk
changeset: 352132:ec35974a0ccb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 07 18:50:05 2016 +0000

description:
Rename soelim to msoelim (per comment in upstream example) to fix
conflict with groff.

Requested by jperkin.

Bump PKGREVISION.

diffstat:

 textproc/mdocml/Makefile |  4 +++-
 textproc/mdocml/PLIST    |  6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 713dbed2b3a4 -r ec35974a0ccb textproc/mdocml/Makefile
--- a/textproc/mdocml/Makefile  Wed Sep 07 13:58:40 2016 +0000
+++ b/textproc/mdocml/Makefile  Wed Sep 07 18:50:05 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2016/07/20 23:42:12 sevan Exp $
+# $NetBSD: Makefile,v 1.58 2016/09/07 18:50:05 wiz Exp $
 
 DISTNAME=      mdocml-1.13.4
+PKGREVISION=   1
 CATEGORIES=    textproc devel
 MASTER_SITES=  http://mdocml.bsd.lv/snapshots/
 
@@ -33,6 +34,7 @@
        ${ECHO} INSTALL_MAN=\"${INSTALL_MAN:Q}\" >> ${WRKSRC}/configure.local
        ${ECHO} INSTALL_DATA=\"${INSTALL_DATA:Q}\" >> ${WRKSRC}/configure.local
        ${ECHO} MANM_ROFF="mandoc-roff" >> ${WRKSRC}/configure.local
+       ${ECHO} BINM_SOELIM="msoelim" >> ${WRKSRC}/configure.local
 # Need -lrt for nanosleep(2) on Solaris.
 .if ${OPSYS} == "SunOS"
        ${ECHO} LDADD=\"-lrt\" >> ${WRKSRC}/configure.local
diff -r 713dbed2b3a4 -r ec35974a0ccb textproc/mdocml/PLIST
--- a/textproc/mdocml/PLIST     Wed Sep 07 13:58:40 2016 +0000
+++ b/textproc/mdocml/PLIST     Wed Sep 07 18:50:05 2016 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2016/07/14 15:26:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/09/07 18:50:05 wiz Exp $
 bin/apropos
 bin/demandoc
 bin/man
 bin/mandoc
-bin/soelim
+bin/msoelim
 bin/whatis
 include/mandoc/man.h
 include/mandoc/mandoc.h
@@ -15,7 +15,7 @@
 man/man1/demandoc.1
 man/man1/man.1
 man/man1/mandoc.1
-man/man1/soelim.1
+man/man1/msoelim.1
 man/man1/whatis.1
 man/man3/mandoc.3
 man/man3/mandoc_escape.3



Home | Main Index | Thread Index | Old Index