svn commit: r489827 - head/ports-mgmt/pkg_rmleaves

Kurt Jaeger pi at FreeBSD.org
Wed Jan 9 20:41:05 UTC 2019


Author: pi
Date: Wed Jan  9 20:41:04 2019
New Revision: 489827
URL: https://svnweb.freebsd.org/changeset/ports/489827

Log:
  ports-mgmt/pkg_rmleaves: update 20140222 -> 20190108 to support FBSD 12
  
  - switch from GNU diff to BSD diff needs to be handled
  
  PR:		234769, 234763
  Reported by:	Lapo Luchini <lapo at lapo.it>
  Submitted by:	alexander at wittig.name (maintainer)

Modified:
  head/ports-mgmt/pkg_rmleaves/Makefile
  head/ports-mgmt/pkg_rmleaves/distinfo
  head/ports-mgmt/pkg_rmleaves/pkg-descr

Modified: head/ports-mgmt/pkg_rmleaves/Makefile
==============================================================================
--- head/ports-mgmt/pkg_rmleaves/Makefile	Wed Jan  9 20:25:37 2019	(r489826)
+++ head/ports-mgmt/pkg_rmleaves/Makefile	Wed Jan  9 20:41:04 2019	(r489827)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	pkg_rmleaves
-PORTVERSION=	20140222
+PORTVERSION=	20190108
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	http://alex.wittig.name/${PORTNAME}/
+MASTER_SITES=	https://files.wittig.name/${PORTNAME}/ \
+		http://files.wittig.name/${PORTNAME}/
 
 MAINTAINER=	alexander at wittig.name
 COMMENT=	Interactive script for deinstalling leaf packages
@@ -12,8 +13,6 @@ COMMENT=	Interactive script for deinstalling leaf pack
 LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
-
-WRKSRC=		${WRKDIR}
 
 PLIST_FILES=	sbin/pkg_rmleaves man/man1/pkg_rmleaves.1.gz
 

Modified: head/ports-mgmt/pkg_rmleaves/distinfo
==============================================================================
--- head/ports-mgmt/pkg_rmleaves/distinfo	Wed Jan  9 20:25:37 2019	(r489826)
+++ head/ports-mgmt/pkg_rmleaves/distinfo	Wed Jan  9 20:41:04 2019	(r489827)
@@ -1,2 +1,3 @@
-SHA256 (pkg_rmleaves-20140222.tar.gz) = 2b2f7e19c96d885dab2c36bf2fdbdd30c9529a40ac3a77bda1d5fb1f7690c4a3
-SIZE (pkg_rmleaves-20140222.tar.gz) = 3179
+TIMESTAMP = 1546976450
+SHA256 (pkg_rmleaves-20190108.tar.gz) = 7bf8b8f88c26365582b771d8a57febcd4a75a2ba6ab605ce42d0dc1d01f46856
+SIZE (pkg_rmleaves-20190108.tar.gz) = 9216

Modified: head/ports-mgmt/pkg_rmleaves/pkg-descr
==============================================================================
--- head/ports-mgmt/pkg_rmleaves/pkg-descr	Wed Jan  9 20:25:37 2019	(r489826)
+++ head/ports-mgmt/pkg_rmleaves/pkg-descr	Wed Jan  9 20:41:04 2019	(r489827)
@@ -1,3 +1,3 @@
-pkg_rmleaves finds packages that are not required (depended on) by any
+pkg_rmleaves finds packages that are not required (depended on) by any 
 other installed package and lets you decide (in a beautiful dialog interface)
 for each one if you want to keep it or deinstall it.


More information about the svn-ports-head mailing list