dc4e1c2326
From the ChangeLog: https://github.com/ppekala/ports-tools/releases/tag/1.8 * pfind: * add -d option for searching deleted ports * support searching for slaves in other categories then master port * add information about already installed packages in search results * upgrade-ports: * don't use full dependencies list while sorting, this prevents out of memory problems * while sorting large list of ports * fix uprade of security/sudo package when using sudo for upgrade process (non-root user) * inform user about lenghty backups * don't attempt to big version upgrade of perl5, needs manual intervention * make required by list more compact in need to be installed summary and many small fixes. Reported by: portscout
22 lines
386 B
Makefile
22 lines
386 B
Makefile
# Created by: Pawel Pekala <pawel@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ports-tools
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= ports-mgmt
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of ports tree related scripts
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CONFLICTS_INSTALL= popular # bin/pcheck
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ppekala
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|