svn commit: r472451 - head/graphics/sane-backends

Tobias Kortkamp tobik at FreeBSD.org
Fri Jun 15 14:08:45 UTC 2018


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/


More information about the svn-ports-all mailing list