From owner-freebsd-ports Sat Jun 29 2:30:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FD837B400 for ; Sat, 29 Jun 2002 02:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 844D043E06 for ; Sat, 29 Jun 2002 02:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T9U4JU044800 for ; Sat, 29 Jun 2002 02:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T9U4MG044799; Sat, 29 Jun 2002 02:30:04 -0700 (PDT) Date: Sat, 29 Jun 2002 02:30:04 -0700 (PDT) Message-Id: <200206290930.g5T9U4MG044799@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Henrik Motakef Subject: Re: ports/38332: New Port: TEI P4 DTD Reply-To: Henrik Motakef Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/38332; it has been noted by GNATS. From: Henrik Motakef To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/38332: New Port: TEI P4 DTD Date: 29 Jun 2002 11:27:43 +0200 --=-=-= The distfile has changed without notice, a new XML catalog is included. Here are the necessary patches, I'll contact the maintainer to ask them to add version numbers for their files (again...). Regards Henrik --=-=-= Content-Disposition: attachment; filename=patch-tei-p4-Makefile Content-Description: Patch for tei-p4/Makefile --- Makefile.orig Sat Jun 29 10:35:20 2002 +++ Makefile Sat Jun 29 10:40:35 2002 @@ -32,10 +32,9 @@ @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} do-install: - @unzip -a -q -o ${DISTDIR}/${DTD} -d ${INSTDIR} + @${INSTALL_DATA} ${WRKSRC}/tei* ${INSTDIR} @${SED} -e "s!&DTDpath;!${INSTDIR}/!" ${TEICATALOG} > ${INSTDIR}/catalog - @${CHMOD} ${SHAREMODE} ${INSTDIR} - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}/catalog post-install: @${MKCATALOG} -q install ${PORTNAME}/${PORTVERSION} --=-=-= Content-Disposition: attachment; filename=patch-tei-p4-pkg_plist Content-Description: Patch for tei-p4/pkg-plist --- pkg-plist.orig Sat Jun 29 10:41:12 2002 +++ pkg-plist Sat Jun 29 10:53:03 2002 @@ -1,5 +1,5 @@ @unexec %%MKCATALOG%% -q deinstall %%DTD_NAME%%/%%DTD_VERSION%% -share/sgml/tei/p4/dummy.dtd +share/sgml/tei/p4/teicatalog.xml share/sgml/tei/p4/tei2.dtd share/sgml/tei/p4/teiana2.dtd share/sgml/tei/p4/teiback2.dtd --=-=-= Content-Disposition: attachment; filename=patch-tei-p4-distinfo Content-Description: Patch for tei-p4/distinfo --- distinfo.orig Sat Jun 29 11:13:53 2002 +++ distinfo Sat Jun 29 10:31:22 2002 @@ -1,2 +1,2 @@ -MD5 (dtd.zip) = c038ac1badb220246616e3291a10e83d -MD5 (catalog.tei) = d50ddc57706075eab385b05342ae7f28 +MD5 (dtd.zip) = a7c4160c5e685f0ee550b73e96f25b8f +MD5 (catalog.tei) = 97cbec6fb50043d40103154f12d9927d --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message