Date: Tue, 12 Jul 2005 11:45:46 -0400 From: "J.R. Oldroyd" <jr@opal.com> To: Pav Lucistnik <pav@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/82789: update port: mail/assp - update to 1.1.1 Message-ID: <20050712154546.GF932@linwhf.opal.com> In-Reply-To: <1120932311.34600.0.camel@hood.oook.cz> References: <200506301813.j5UIDYCg012535@freefall.freebsd.org> <20050701174854.GE690@vougeot.opal.com> <20050709175138.GE10510@vougeot.opal.com> <1120932311.34600.0.camel@hood.oook.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050712154546.GF932>