summaryrefslogtreecommitdiffstats
path: root/mail/adcomplain
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-09-15 17:23:32 +0000
committerache <ache@FreeBSD.org>1998-09-15 17:23:32 +0000
commitd0f8696070d18ce3dd078868e4dd2ccac49e5491 (patch)
tree54b02f86311e7f6065fe3168cd2ca4bf462247ee /mail/adcomplain
parent1ea29b5eaa3a9d3db18526e3f10ed3873e935405 (diff)
downloadFreeBSD-ports-d0f8696070d18ce3dd078868e4dd2ccac49e5491.zip
FreeBSD-ports-d0f8696070d18ce3dd078868e4dd2ccac49e5491.tar.gz
upgrade to 4.42
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 714691a..8d2dba5 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 55265e7..3bfe16a 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 d5a38fb..9fe4846 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;
+
OpenPOWER on IntegriCloud