Upgrade to +19

This commit is contained in:
Andrey A. Chernov 1996-05-26 00:47:54 +00:00
parent 2b76d4a8e5
commit 79e9a0a1e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3124
6 changed files with 18 additions and 16 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (elm-2.4ME+17.tar.gz) = 26a728eb2048b3b2bd81bb1f473f330f
MD5 (elm-2.4ME+19.tar.gz) = e6e8e69df94f0ccea375845cdc30750e

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
MD5 (elm-2.4ME+17.tar.gz) = 26a728eb2048b3b2bd81bb1f473f330f
MD5 (elm-2.4ME+19.tar.gz) = e6e8e69df94f0ccea375845cdc30750e

View File

@ -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