svn commit: r421505 - in head/www/zerowait-httpd: . files

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 7 14:56:16 UTC 2016


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


More information about the svn-ports-head mailing list