From owner-freebsd-ports Thu May 3 5:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E832537B440 for ; Thu, 3 May 2001 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43Ce1e13823; Thu, 3 May 2001 05:40:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 94FB037B423 for ; Thu, 3 May 2001 05:34:02 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f43CYqp42561; Thu, 3 May 2001 08:34:52 -0400 (EDT) (envelope-from petef) Message-Id: <200105031234.f43CYqp42561@electron.databits.net> Date: Thu, 3 May 2001 08:34:52 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27057: Update www/hypermail to 2.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27057 >Category: ports >Synopsis: Update www/hypermail to 2.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 03 05:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to latest version, 2.0.2 - remove files/patch-a{c,e,f}, add files/patch-aa - add "mail" category - handle docs better (respect NOPORTDOCS) - add option to build with GDBM - take over as MAINTAINER (with approval from prev. maintainer, veers@disturbed.net) >How-To-Repeat: N/A >Fix: http://hex.databits.net/~petef/diffs/hypermail.{diff,patch-aa} Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/hypermail/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2001/02/26 03:57:17 1.8 +++ Makefile 2001/05/03 12:18:13 @@ -6,15 +6,19 @@ # PORTNAME= hypermail -PORTVERSION= 2b30 -CATEGORIES= www -MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \ - ftp://ftp.faqs.org/hypermail/ +PORTVERSION= 2.1.1 +CATEGORIES= www mail +MASTER_SITES= http://www.landfield.com/hypermail/dist/ -MAINTAINER= veers@disturbed.net +MAINTAINER= petef@databit.net GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/hypermail +CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail + +.if defined(WITH_GDBM) +CONFIGURE_ARGS+= --with-gdbm +LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm +.endif MAN1= hypermail.1 MAN4= hmrc.4 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/hypermail/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/02/26 03:57:17 1.5 +++ distinfo 2001/05/03 11:52:43 @@ -1 +1 @@ -MD5 (hypermail-2b30.tar.gz) = 5baf7d89bd3bd80ca7e0dff5a6ed98f9 +MD5 (hypermail-2.1.1.tar.gz) = ed4386bba50790b67c9985c2286b2023 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/hypermail/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 1999/05/03 04:40:44 1.3 +++ pkg-descr 2001/05/03 12:17:38 @@ -7,3 +7,6 @@ archives when changes are detected. WWW: http://www.landfield.com/hypermail/ + +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/hypermail/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 2001/02/26 03:57:17 1.5 +++ pkg-plist 2001/05/03 12:16:58 @@ -1,7 +1,9 @@ bin/hypermail -share/hypermail/hr.yellow.gif -share/hypermail/hypermail.gif -share/hypermail/hypermail.html -share/hypermail/customizing.html -share/hypermail/hmrc.html -@dirrm share/hypermail +bin/msg2archive +bin/rdmsg +%%PORTDOCS%%share/doc/hypermail/customizing.html +%%PORTDOCS%%share/doc/hypermail/hmrc.html +%%PORTDOCS%%share/doc/hypermail/hr.yellow.gif +%%PORTDOCS%%share/doc/hypermail/hypermail-faq.html +%%PORTDOCS%%share/doc/hypermail/hypermail.gif +%%PORTDOCS%%@dirrm share/doc/hypermail and patch-aa: --- docs/Makefile.in.orig Thu May 3 08:03:17 2001 +++ docs/Makefile.in Thu May 3 08:10:27 2001 @@ -22,7 +22,7 @@ (if [ -d $(htmldir) ]; then \ rm -f $(htmldir)/hr.yellow.gif; \ rm -f $(htmldir)/hypermail.gif; \ - rm -f $(htmldir)/hypermail.html; \ + rm -f $(htmldir)/hypermail-faq.html; \ rm -f $(htmldir)/customizing.html; \ rm -f $(htmldir)/hmrc.html; \ rmdir $(htmldir); \ @@ -38,11 +38,13 @@ $(INSTALL_PROG) -c -m 0644 hmrc.4 $(mandir)/man4 install.html: +.if !defined(NOPORTDOCS) @(if [ ! -d $(htmldir) ]; then mkdir -p $(htmldir); fi) $(INSTALL_PROG) -c -m 0644 hr.yellow.gif $(htmldir) $(INSTALL_PROG) -c -m 0644 hypermail.gif $(htmldir) - $(INSTALL_PROG) -c -m 0644 hypermail.html $(htmldir) + $(INSTALL_PROG) -c -m 0644 hypermail-faq.html $(htmldir) $(INSTALL_PROG) -c -m 0644 customizing.html $(htmldir) $(INSTALL_PROG) -c -m 0644 hmrc.html $(htmldir) +.endif clean: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message