aboutsummaryrefslogtreecommitdiff
path: root/mail/adcomplain
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-09-15 17:23:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-09-15 17:23:32 +0000
commita236b86e49ccd5cfa5bf0b3601476fb66cebbfe3 (patch)
tree527ac1c0c4f8571c82f821442ab16b77b4a7a6f1 /mail/adcomplain
parent7fd4fd3eaa29a81586357c965fc7886acf151a04 (diff)
downloadports-a236b86e49ccd5cfa5bf0b3601476fb66cebbfe3.tar.gz
ports-a236b86e49ccd5cfa5bf0b3601476fb66cebbfe3.zip
upgrade to 4.42
Notes
Notes: svn path=/head/; revision=13156
Diffstat (limited to 'mail/adcomplain')
-rw-r--r--mail/adcomplain/Makefile8
-rw-r--r--mail/adcomplain/distinfo2
-rw-r--r--mail/adcomplain/files/patch-aa14
3 files changed, 13 insertions, 11 deletions
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;
+