ports/133201: [MAINTAINER] textproc/mdocml: update to 1.7.7

Ulrich Spoerlein uspoerlein at gmail.com
Mon Mar 30 12:40:02 UTC 2009


>Number:         133201
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/mdocml: update to 1.7.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 30 12:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD roadrunner.spoerlein.net 7.1-STABLE FreeBSD 7.1-STABLE #0: Thu Feb  5 01:42:40 CET
>Description:
- Update to 1.7.7
- Remove custom patches (went into upstream)

Removed file(s):
- files/patch-Makefile
- files/patch-main.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mdocml-1.7.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /tank/ncvs/ports/textproc/mdocml/Makefile,v
retrieving revision 1.1
diff -u -p -u -r1.1 Makefile
--- Makefile	25 Mar 2009 17:48:31 -0000	1.1
+++ Makefile	30 Mar 2009 12:27:58 -0000
@@ -6,16 +6,15 @@
 #
 
 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 at 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
Index: distinfo
===================================================================
RCS file: /tank/ncvs/ports/textproc/mdocml/distinfo,v
retrieving revision 1.1
diff -u -p -u -r1.1 distinfo
--- distinfo	25 Mar 2009 17:48:31 -0000	1.1
+++ distinfo	30 Mar 2009 12:27:58 -0000
@@ -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
Index: pkg-descr
===================================================================
RCS file: /tank/ncvs/ports/textproc/mdocml/pkg-descr,v
retrieving revision 1.1
diff -u -p -u -r1.1 pkg-descr
--- pkg-descr	25 Mar 2009 17:48:31 -0000	1.1
+++ pkg-descr	30 Mar 2009 12:27:58 -0000
@@ -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/
Index: files/patch-Makefile
===================================================================
RCS file: files/patch-Makefile
diff -N files/patch-Makefile
--- files/patch-Makefile	25 Mar 2009 17:48:31 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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:
Index: files/patch-main.c
===================================================================
RCS file: files/patch-main.c
diff -N files/patch-main.c
--- files/patch-main.c	25 Mar 2009 17:48:31 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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 {
--- mdocml-1.7.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list