Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2018 14:08:45 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472451 - head/graphics/sane-backends
Message-ID:  <201806151408.w5FE8jjW039228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Jun 15 14:08:44 2018
New Revision: 472451
URL: https://svnweb.freebsd.org/changeset/ports/472451

Log:
  graphics/sane-backends: Remove bogus interactive pkg-deinstall script
  
  Half of the script is never run and the other half tries to stop
  saned and asks an interactive question outside of pkg's control if
  saned happens to be still running which will stall pkg-delete(8)
  indefinitely.

Deleted:
  head/graphics/sane-backends/pkg-deinstall
Modified:
  head/graphics/sane-backends/Makefile

Modified: head/graphics/sane-backends/Makefile
==============================================================================
--- head/graphics/sane-backends/Makefile	Fri Jun 15 14:01:38 2018	(r472450)
+++ head/graphics/sane-backends/Makefile	Fri Jun 15 14:08:44 2018	(r472451)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sane-backends
 PORTVERSION=	1.0.27
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4146/ \
 		http://fossies.org/linux/misc/



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