diff options
author | mat <mat@FreeBSD.org> | 2014-10-13 23:45:02 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-10-13 23:45:02 +0800 |
commit | a3523a34bbef563b0b50709f384729fa04bcbb77 (patch) | |
tree | dd3dab2c11494ff49eb3b9aa99a5356dfc3ff9e1 /sysutils | |
parent | 3fca6649ca1462cadfd56267d1a0edb5cdcd85e1 (diff) | |
download | freebsd-ports-gnome-a3523a34bbef563b0b50709f384729fa04bcbb77.tar.gz freebsd-ports-gnome-a3523a34bbef563b0b50709f384729fa04bcbb77.tar.zst freebsd-ports-gnome-a3523a34bbef563b0b50709f384729fa04bcbb77.zip |
Retire ports-mgmt/portaudit, it stopped working a month ago when pkg_tools
support was removed. Also retire three ports requiring it, and a few optionnal
dependencies.
With hat: portmgr
Noticed by: ak
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sysinfo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/sysinfo/Makefile b/sysutils/sysinfo/Makefile index 10779f4e1787..8d86b333af40 100644 --- a/sysutils/sysinfo/Makefile +++ b/sysutils/sysinfo/Makefile @@ -3,7 +3,7 @@ PORTNAME= sysinfo PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LOCAL/danger \ http://danger.rulez.sk/projects/sysinfo/ @@ -17,14 +17,11 @@ LICENSE_FILE= ${WRKSRC}/LICENCE NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS_DEFINE= DMIDECODE PORTAUDIT +OPTIONS_DEFINE= DMIDECODE DMIDECODE_DESC= Include information from the dmidecode tool DMIDECODE_RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode -PORTAUDIT_DESC= Include information from the portaudit tool -PORTAUDIT_RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit - post-patch: @${REINPLACE_CMD} -e 's|common.subr|${DATADIR}/common.subr|g' ${WRKSRC}/sysinfo @${REINPLACE_CMD} -e 's|sysinfo.conf|${PREFIX}/etc/sysinfo.conf|g' \ |