Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2016 14:56:15 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421505 - in head/www/zerowait-httpd: . files
Message-ID:  <201609071456.u87EuFGD032571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Sep  7 14:56:15 2016
New Revision: 421505
URL: https://svnweb.freebsd.org/changeset/ports/421505

Log:
  Don't return error on package deinstallation.

Modified:
  head/www/zerowait-httpd/Makefile
  head/www/zerowait-httpd/files/pkg-deinstall.in

Modified: head/www/zerowait-httpd/Makefile
==============================================================================
--- head/www/zerowait-httpd/Makefile	Wed Sep  7 14:55:51 2016	(r421504)
+++ head/www/zerowait-httpd/Makefile	Wed Sep  7 14:56:15 2016	(r421505)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zerowait
 PORTVERSION=	0.8d
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	http://BSDforge.com/projects/source/www/zerowait-httpd/
 PKGNAMESUFFIX=	-httpd

Modified: head/www/zerowait-httpd/files/pkg-deinstall.in
==============================================================================
--- head/www/zerowait-httpd/files/pkg-deinstall.in	Wed Sep  7 14:55:51 2016	(r421504)
+++ head/www/zerowait-httpd/files/pkg-deinstall.in	Wed Sep  7 14:56:15 2016	(r421505)
@@ -19,8 +19,5 @@ POST-DEINSTALL)
 		echo ""
 	fi
 	;;
-*)
-	exit 64
-	;;
 esac
 exit 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609071456.u87EuFGD032571>