Date: Tue, 13 Mar 2012 21:54:52 -0700 From: Jason Helfman <jgh@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: crees@FreeBSD.org Subject: ports/166073: [PATCH] mail/sympa5: drop unknown post-deinstall target Message-ID: <1331700892.355399.87108.nullmailer@experts-exchange.com> Resent-Message-ID: <201203140500.q2E50Afu069450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166073 >Category: ports >Synopsis: [PATCH] mail/sympa5: drop unknown post-deinstall target >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 14 05:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD dormouse.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: drop post-deinstall target that is never run. use pkg-deinstall file Port maintainer (crees@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- sympa-5.4.7_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/sympa5/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 21 Jan 2012 17:40:12 -0000 1.28 +++ Makefile 14 Mar 2012 04:53:01 -0000 @@ -7,7 +7,7 @@ PORTNAME= sympa PORTVERSION= 5.4.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES?= http://www.sympa.org/distribution/ @@ -131,7 +131,4 @@ @${INSTALL_MAN} ${WRKSRC}/doc/man8/bounced.8 ${MAN8PREFIX}/man/man8/ @${INSTALL_MAN} ${WRKSRC}/doc/man8/sympa.8 ${MAN8PREFIX}/man/man8/ -post-deinstall: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL - .include <bsd.port.post.mk> Index: pkg-deinstall =================================================================== RCS file: /home/pcvs/ports/mail/sympa5/pkg-deinstall,v retrieving revision 1.1 diff -u -r1.1 pkg-deinstall --- pkg-deinstall 29 Sep 2005 13:02:52 -0000 1.1 +++ pkg-deinstall 14 Mar 2012 04:53:01 -0000 @@ -3,7 +3,7 @@ # $FreeBSD: ports/mail/sympa5/pkg-deinstall,v 1.1 2005/09/29 13:02:52 garga Exp $ # -if [ "$2" != "POST-DEINSTALL" ]; then +if [ "$2" != "DEINSTALL" ]; then exit 0 fi --- sympa-5.4.7_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1331700892.355399.87108.nullmailer>