From a236b86e49ccd5cfa5bf0b3601476fb66cebbfe3 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 15 Sep 1998 17:23:32 +0000 Subject: upgrade to 4.42 --- mail/adcomplain/Makefile | 8 +++++--- mail/adcomplain/distinfo | 2 +- mail/adcomplain/files/patch-aa | 14 +++++++------- 3 files changed, 13 insertions(+), 11 deletions(-) (limited to 'mail/adcomplain') diff --git a/mail/adcomplain/Makefile b/mail/adcomplain/Makefile index 714691aae60a..8d2dba55405f 100644 --- a/mail/adcomplain/Makefile +++ b/mail/adcomplain/Makefile @@ -1,19 +1,21 @@ # New ports collection makefile for: adcomplain # http://www.rdrop.com/users/billmc/adcomplain.html -# Version required: 3.* +# Version required: 4.* # Date created: 13 Sep 1997 # Whom: ache@FreeBSD.org # -# $Id: Makefile,v 1.16 1998/06/30 19:36:35 ache Exp $ +# $Id: Makefile,v 1.17 1998/07/31 14:46:18 ache Exp $ # -DISTNAME= adcomplain-3.35 +DISTNAME= adcomplain-4.42 CATEGORIES= mail news MASTER_SITES= http://www.rdrop.com/users/billmc/ DISTFILES= adcomplain.pl.uu MAINTAINER= ache@FreeBSD.org +USE_PERL5= yes + EXTRACT_CMD= /usr/bin/uudecode EXTRACT_BEFORE_ARGS= < NO_WRKSUBDIR= YES diff --git a/mail/adcomplain/distinfo b/mail/adcomplain/distinfo index 55265e753b9c..3bfe16aed338 100644 --- a/mail/adcomplain/distinfo +++ b/mail/adcomplain/distinfo @@ -1 +1 @@ -MD5 (adcomplain.pl.uu) = 89a7323a4b50948bb0371197f7fadb90 +MD5 (adcomplain.pl.uu) = b43006dfc66a5b34212a4ef02f8c601f diff --git a/mail/adcomplain/files/patch-aa b/mail/adcomplain/files/patch-aa index d5a38fb83284..9fe4846caf59 100644 --- a/mail/adcomplain/files/patch-aa +++ b/mail/adcomplain/files/patch-aa @@ -1,9 +1,9 @@ -*** adcomplain.pl.old Tue Mar 3 03:20:37 1998 ---- adcomplain.pl Tue Mar 3 03:23:52 1998 +*** adcomplain.pl.orig Tue Sep 15 21:12:13 1998 +--- adcomplain.pl Tue Sep 15 21:14:56 1998 *************** *** 1,3 **** --- 1,4 ---- -+ #!/usr/bin/perl ++ #!/usr/local/bin/perl #! /bin/sh -- # -*- perl -*- # first line invokes sh. Some systems may need to refer to perl directly, i.e.: @@ -15,8 +15,8 @@ ! eval 'exec perl $0 ${1+"$@"}' ! if 0; # tee hee! This is on a separate line, so /bin/sh never sees it. - #----------------------------------------------- - # DESCRIPTION + # use strict; + --- 8,15 ---- # allows perl to be _anywhere_ in the user's path. The intent is to reduce # the need to edit this file. @@ -24,5 +24,5 @@ ! #eval 'exec perl $0 ${1+"$@"}' ! #if 0; # tee hee! This is on a separate line, so /bin/sh never sees it. - #----------------------------------------------- - # DESCRIPTION + # use strict; + -- cgit v1.2.3