From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 12 15:50:00 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B2F16A41C; Tue, 12 Jul 2005 15:49:59 +0000 (GMT) (envelope-from jr@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F91E43D48; Tue, 12 Jul 2005 15:49:58 +0000 (GMT) (envelope-from jr@opal.com) Received: from linwhf.opal.com (112.79.171.66.subscriber.vzavenue.net [66.171.79.112]) by smtp.vzavenue.net (MOS 3.4.8-GR) with ESMTP id CNY08627; Tue, 12 Jul 2005 11:45:47 -0400 (EDT) Received: from ASSP-nospam (localhost [127.0.0.1]) by linwhf.opal.com (8.13.3/8.13.3) with ESMTP id j6CFjkGI015688; Tue, 12 Jul 2005 11:45:46 -0400 (EDT) (envelope-from jr@opal.com) Received: from 127.0.0.1 ([127.0.0.1] helo=linwhf.opal.com) by ASSP-nospam ; 12 Jul 05 15:45:46 -0000 Received: (from jr@localhost) by linwhf.opal.com (8.13.3/8.13.3/Submit) id j6CFjkJU015687; Tue, 12 Jul 2005 11:45:46 -0400 (EDT) (envelope-from jr) Date: Tue, 12 Jul 2005 11:45:46 -0400 From: "J.R. Oldroyd" To: Pav Lucistnik Message-ID: <20050712154546.GF932@linwhf.opal.com> References: <200506301813.j5UIDYCg012535@freefall.freebsd.org> <20050701174854.GE690@vougeot.opal.com> <20050709175138.GE10510@vougeot.opal.com> <1120932311.34600.0.camel@hood.oook.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline In-Reply-To: <1120932311.34600.0.camel@hood.oook.cz> User-Agent: Mutt/1.4.2.1i X-Junkmail-Status: score=0/50, host=smtp.vzavenue.net Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/82789: update port: mail/assp - update to 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 15:50:00 -0000 --pvezYHf7grwyp3Bc Content-Type: multipart/mixed; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline --UugvWAfsgieZRqgk Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Attached is a replacement diff. Rather than changing the patch file to include the Ctrl-M chars at the end of each line, I now revert to the current patch file, but include a pre-patch: target in the Makefile to remove the Ctrl-M chars using sed. -jr On Jul 09, 20:05, Pav Lucistnik wrote: > J.R. Oldroyd p=ED?e v so 09. 07. 2005 v 13:51 -0400: >=20 > Looks like I never got that mail from July 01, 13:48. Can you please > resend the patch file again? >=20 > > Hi Pav, > >=20 > > I never heard anything more on this one. Do you need an alternate > > solution from me? > >=20 > > -jr > >=20 > >=20 > >=20 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="assp-1.1.1.diff.2" Content-Transfer-Encoding: quoted-printable diff -ruN /usr/ports/mail/assp/Makefile mail/assp/Makefile --- /usr/ports/mail/assp/Makefile Fri Jun 24 08:30:03 2005 +++ mail/assp/Makefile Tue Jul 12 11:30:28 2005 @@ -6,15 +6,15 @@ # =20 PORTNAME=3D assp -PORTVERSION=3D 1.1.1.b13 +PORTVERSION=3D 1.1.1 CATEGORIES=3D mail -MASTER_SITES=3D http://opal.com/freebsd/ports/mail/assp/ +MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=3D assp =20 MAINTAINER=3D fbsd@opal.com COMMENT=3D Anti-Spam SMTP Proxy =20 USE_ZIP=3D yes -NO_WRKSUBDIR=3D yes NO_BUILD=3D yes USE_REINPLACE=3D yes USE_PERL5_RUN=3D yes @@ -64,6 +64,11 @@ .else PLIST_SUB+=3D ASSP_CLAMAV=3D"@comment " .endif + +EXTRACT_AFTER_ARGS=3D -d ${PORTNAME}-${PORTVERSION} + +pre-patch: + @${REINPLACE_CMD} -e 's|.$$||' ${WRKSRC}/stats.sh =20 post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/*.pl diff -ruN /usr/ports/mail/assp/distinfo mail/assp/distinfo --- /usr/ports/mail/assp/distinfo Fri Jun 24 08:30:04 2005 +++ mail/assp/distinfo Wed Jun 29 14:02:27 2005 @@ -1,2 +1,2 @@ -MD5 (assp-1.1.1.b13.zip) =3D 00e820bbfccde6e9159e25a07804a0d3 -SIZE (assp-1.1.1.b13.zip) =3D 183364 +MD5 (assp-1.1.1.zip) =3D 0a00de00329b21b29746ff7961e552d8 +SIZE (assp-1.1.1.zip) =3D 183775 --UugvWAfsgieZRqgk-- --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iQDVAwUBQtPlqkkkqUax7f6FAQLGZwX/bjNLePrsmIp3yGGJ7EDAo0Yi4MCyI1T+ x3JdBArXEHrzNMas9ryhhDr2RVG5Pl255Wqy9oEzsM5MXpXrVvhEmCEkFRA8t5Uw twXVrWk/+mEkyb2IzjB12qX/2vuLsxzyLasIkxeOKEe8I8q05LJbMFqOxJ1nwXnI iH4xlNBCjJGp+zdNu5/MTsrxgMSoWmsobhhWtlpwvaXjO7HBZxzbRxkJPX/dSotM Y5oxJV89MokJWP7M6MmLlPB1ptCnr/Bk =bG8d -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc--