Index: head/textproc/mdocml/files/patch-Makefile =================================================================== --- head/textproc/mdocml/files/patch-Makefile (revision 231351) +++ head/textproc/mdocml/files/patch-Makefile (nonexistent) @@ -1,32 +0,0 @@ ---- Makefile.orig 2009-03-21 21:21:46.000000000 +0100 -+++ Makefile 2009-03-21 21:28:17.000000000 +0100 -@@ -4,7 +4,7 @@ - INCLUDEDIR = $(PREFIX)/include - LIBDIR = $(PREFIX)/lib - MANDIR = $(PREFIX)/man --INSTALL_PROGRAM = install -m 0755 -+INSTALL_PROGRAM = install -m 0755 -s - INSTALL_DATA = install -m 0444 - INSTALL_LIB = install -m 0644 - INSTALL_MAN = $(INSTALL_DATA) -@@ -13,7 +13,7 @@ - VDATE = 21 March 2009 - - VFLAGS = -DVERSION=\"$(VERSION)\" --CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g -+CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter - LINTFLAGS += $(VFLAGS) - CFLAGS += $(VFLAGS) - -@@ -76,9 +76,11 @@ - install: - mkdir -p $(BINDIR) - mkdir -p $(MANDIR)/man1 -+ mkdir -p $(MANDIR)/man3 - mkdir -p $(MANDIR)/man7 - $(INSTALL_PROGRAM) mandoc $(BINDIR) - $(INSTALL_MAN) mandoc.1 $(MANDIR)/man1 -+ $(INSTALL_MAN) mdoc.3 $(MANDIR)/man3 - $(INSTALL_MAN) mdoc.7 $(MANDIR)/man7 - - uninstall: Property changes on: head/textproc/mdocml/files/patch-Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/textproc/mdocml/files/patch-main.c =================================================================== --- head/textproc/mdocml/files/patch-main.c (revision 231351) +++ head/textproc/mdocml/files/patch-main.c (nonexistent) @@ -1,13 +0,0 @@ ---- main.c.orig 2009-03-21 21:22:52.000000000 +0100 -+++ main.c 2009-03-21 21:26:02.000000000 +0100 -@@ -33,6 +33,10 @@ - # ifndef __dead - # define __dead __attribute__((__noreturn__)) - # endif -+#elif defined(__FreeBSD__) -+# ifndef __dead -+# define __dead __attribute__((__noreturn__)) -+# endif - #endif - - struct buf { Property changes on: head/textproc/mdocml/files/patch-main.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/textproc/mdocml/Makefile =================================================================== --- head/textproc/mdocml/Makefile (revision 231351) +++ head/textproc/mdocml/Makefile (revision 231352) @@ -1,23 +1,22 @@ # New ports collection makefile for: textproc/mdocml # Date created: 09.03.2009 # Whom: Ulrich Spoerlein # # $FreeBSD$ # PORTNAME= mdocml -PORTVERSION= 1.6.8 +PORTVERSION= 1.7.7 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ https://www.spoerlein.net/pub/mdocml/ MAINTAINER= uspoerlein@gmail.com -COMMENT= Suite of mdoc compilers for BSD man pages +COMMENT= mdoc macro compiler MAN1= mandoc.1 -MAN3= mdoc.3 MAN7= mdoc.7 PLIST_FILES= bin/mandoc .include Property changes on: head/textproc/mdocml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/textproc/mdocml/distinfo =================================================================== --- head/textproc/mdocml/distinfo (revision 231351) +++ head/textproc/mdocml/distinfo (revision 231352) @@ -1,3 +1,3 @@ -MD5 (mdocml-1.6.8.tar.gz) = 325b18a73f1f6c5e54d6df3043c03f4b -SHA256 (mdocml-1.6.8.tar.gz) = b85325504386ae3402048f66a78ea991e2d8db62824daffb5ea90ba936219f09 -SIZE (mdocml-1.6.8.tar.gz) = 64481 +MD5 (mdocml-1.7.7.tar.gz) = bcd38a55f1c21fc5eb7bef0b8dd5f5c0 +SHA256 (mdocml-1.7.7.tar.gz) = f123d23b84df57d5012768c2142ad352cf96eae109bf0b42ca75ca4f818e46f9 +SIZE (mdocml-1.7.7.tar.gz) = 73437 Property changes on: head/textproc/mdocml/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/textproc/mdocml/pkg-descr =================================================================== --- head/textproc/mdocml/pkg-descr (revision 231351) +++ head/textproc/mdocml/pkg-descr (revision 231352) @@ -1,4 +1,4 @@ -The mdocml utilities interface with the mdoc library to compile -mdoc-roff documents into a variety of output formats. +The mdocml utilities compile mdoc-roff documents into a +variety of output formats. WWW: http://mdocml.bsd.lv/ Property changes on: head/textproc/mdocml/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property