Date: Sat, 11 Mar 2006 15:44:26 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94324: [PATCH] textproc/docbook-310: FIx pkg-descr Message-ID: <1142084666.8191@it.buh.tecnik93.com> Resent-Message-ID: <200603111350.k2BDoau5003681@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94324 >Category: ports >Synopsis: [PATCH] textproc/docbook-310: FIx pkg-descr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 11 13:50:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: Adjust pkg-descr for the disappearance of the Davenport Group http|ftp, put in a new WWW. Portlint while here. >How-To-Repeat: >Fix: --- docbook-310.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/docbook-310/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 1 Jun 2005 19:55:46 -0000 1.21 +++ Makefile 11 Mar 2006 13:42:28 -0000 @@ -13,6 +13,7 @@ CATEGORIES= textproc MASTER_SITES= http://www.docbook.org/sgml/3.1/ DISTNAME= docbk31 +EXTRACT_ONLY= # empty MAINTAINER= nik@FreeBSD.org COMMENT= V3.1 of the DocBook DTD, designed for technical documentation @@ -20,14 +21,12 @@ RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_ZIP= yes NO_MTREE= yes -EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= DTD_NAME=${PORTNAME} -PLIST_SUB+= DTD_VERSION=${PORTVERSION} +PLIST_SUB+= DTD_VERSION=${PORTVERSION} PLIST_SUB+= XMLCATMGR=${XMLCATMGR} PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} @@ -42,7 +41,7 @@ @[ -d ${INSTDIR}/${PORTVERSION} ] || ${MKDIR} ${INSTDIR}/${PORTVERSION} do-install: - @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}/${PORTVERSION} + @{UNZIP_CMD} -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}/${PORTVERSION} @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/${PORTVERSION}/catalog @${ECHO_CMD} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/${PORTVERSION}/catalog @${CHMOD} ${SHAREMODE} ${INSTDIR}/${PORTVERSION}/* Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/docbook-310/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 29 Dec 2000 22:28:30 -0000 1.4 +++ pkg-descr 11 Mar 2006 13:42:28 -0000 @@ -2,14 +2,11 @@ for computer documentation, with a primary emphasis on software documentation and related classes of technical documents. Its main high-level hierarchical structures are for books, reference -entries (for example, ``man pages''), and articles. It is -maintained by the Davenport Group (about which see the Davenport -archive at http://www.ora.com/davenport/ or -ftp://ftp.ora.com/pub/davenport/). +entries (for example, ``man pages''), and articles. This port contains DocBook 3.1 Nik Clayton nik@freebsd.org -WWW: http://www.ora.com/davenport/ +WWW: http://www.oasis-open.org/docbook/ --- docbook-310.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1142084666.8191>