From 79e9a0a1e026c67118a1906ca9b33f50145d6faa Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 26 May 1996 00:47:54 +0000 Subject: [PATCH] Upgrade to +19 --- mail/elm+ME/Makefile | 8 ++++---- mail/elm+ME/distinfo | 2 +- mail/elm+ME/scripts/pre-configure | 7 ++++--- mail/elm/Makefile | 8 ++++---- mail/elm/distinfo | 2 +- mail/elm/scripts/pre-configure | 7 ++++--- 6 files changed, 18 insertions(+), 16 deletions(-) diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 8af5432caa98..4334ead99120 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: elm -# Version required: 2.4.25.ME+.17 +# Version required: 2.4.25.ME+.19 # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.23 1996/05/03 21:18:39 ache Exp $ +# $Id: Makefile,v 1.24 1996/05/07 19:42:41 ache Exp $ # -DISTNAME= elm-2.4ME+17 +DISTNAME= elm-2.4ME+19 CATEGORIES+= mail MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ @@ -14,7 +14,7 @@ MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/elm2.4.ME+.17 +WRKSRC= ${WRKDIR}/elm2.4.ME+.19 post-install: cd ${WRKSRC}/nls; ${MAKE} install diff --git a/mail/elm+ME/distinfo b/mail/elm+ME/distinfo index 9818adb1eaa5..cfcadd33260a 100644 --- a/mail/elm+ME/distinfo +++ b/mail/elm+ME/distinfo @@ -1 +1 @@ -MD5 (elm-2.4ME+17.tar.gz) = 26a728eb2048b3b2bd81bb1f473f330f +MD5 (elm-2.4ME+19.tar.gz) = e6e8e69df94f0ccea375845cdc30750e diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index 51fafb1fff96..054d8410c7a4 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.9 1996/02/23 01:45:05 ache Exp $ +# $Id: pre-configure,v 1.10 1996/02/26 00:57:32 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -307,8 +307,9 @@ CONFIG=true EOF cd ${WrkSrc} -yes "" | ./Configure -d -cd ${CurDir} +# old way: +# yes "" | ./Configure -d +./Configure -S exit 0 # END diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 8af5432caa98..4334ead99120 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: elm -# Version required: 2.4.25.ME+.17 +# Version required: 2.4.25.ME+.19 # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.23 1996/05/03 21:18:39 ache Exp $ +# $Id: Makefile,v 1.24 1996/05/07 19:42:41 ache Exp $ # -DISTNAME= elm-2.4ME+17 +DISTNAME= elm-2.4ME+19 CATEGORIES+= mail MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ @@ -14,7 +14,7 @@ MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/elm2.4.ME+.17 +WRKSRC= ${WRKDIR}/elm2.4.ME+.19 post-install: cd ${WRKSRC}/nls; ${MAKE} install diff --git a/mail/elm/distinfo b/mail/elm/distinfo index 9818adb1eaa5..cfcadd33260a 100644 --- a/mail/elm/distinfo +++ b/mail/elm/distinfo @@ -1 +1 @@ -MD5 (elm-2.4ME+17.tar.gz) = 26a728eb2048b3b2bd81bb1f473f330f +MD5 (elm-2.4ME+19.tar.gz) = e6e8e69df94f0ccea375845cdc30750e diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure index 51fafb1fff96..054d8410c7a4 100644 --- a/mail/elm/scripts/pre-configure +++ b/mail/elm/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.9 1996/02/23 01:45:05 ache Exp $ +# $Id: pre-configure,v 1.10 1996/02/26 00:57:32 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -307,8 +307,9 @@ CONFIG=true EOF cd ${WrkSrc} -yes "" | ./Configure -d -cd ${CurDir} +# old way: +# yes "" | ./Configure -d +./Configure -S exit 0 # END