svn commit: r552952 - head/mail/qsheff

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 22 08:45:48 UTC 2020


Author: bapt
Date: Thu Oct 22 08:45:47 2020
New Revision: 552952
URL: https://svnweb.freebsd.org/changeset/ports/552952

Log:
  delete a misleading informations.
  
  First the advice was passed via @unexec which is wrong in the first place
  second the advice was to run a script which will not be there anymore after
  the package is deinstalled and the advice was only shown at deinstall time

Modified:
  head/mail/qsheff/Makefile
  head/mail/qsheff/pkg-plist

Modified: head/mail/qsheff/Makefile
==============================================================================
--- head/mail/qsheff/Makefile	Thu Oct 22 08:41:08 2020	(r552951)
+++ head/mail/qsheff/Makefile	Thu Oct 22 08:45:47 2020	(r552952)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qsheff-II
 DISTVERSION=	2.1-r3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	mail
 MASTER_SITES=	http://www.enderunix.org/qsheff/ \
 		SF/qsheff/qsheff/II-${DISTVERSION}

Modified: head/mail/qsheff/pkg-plist
==============================================================================
--- head/mail/qsheff/pkg-plist	Thu Oct 22 08:41:08 2020	(r552951)
+++ head/mail/qsheff/pkg-plist	Thu Oct 22 08:45:47 2020	(r552952)
@@ -21,6 +21,3 @@ bin/qsheff
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qq-patch.diff
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qq-custom-error-patch.diff
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/qsheff-patch.diff
- at unexec echo ""
- at unexec echo "Type '%%PREFIX%%/etc/uninstall-wrapper.sh' to uninstall qSheff completely."
- at unexec echo ""


More information about the svn-ports-all mailing list