svn commit: r410136 - head/ports-mgmt/portmaster
Adam Weinberger
adamw at FreeBSD.org
Fri Mar 4 16:50:49 UTC 2016
Author: adamw
Date: Fri Mar 4 16:50:48 2016
New Revision: 410136
URL: https://svnweb.freebsd.org/changeset/ports/410136
Log:
Enable BASH and ZSH options (install their completions) by default.
Also, add NO_ARCH. PORTREVISION bump for pkg change.
PR: 207075
Submitted by: maintainer
Modified:
head/ports-mgmt/portmaster/Makefile
Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile Fri Mar 4 16:42:43 2016 (r410135)
+++ head/ports-mgmt/portmaster/Makefile Fri Mar 4 16:50:48 2016 (r410136)
@@ -2,7 +2,7 @@
PORTNAME= portmaster
PORTVERSION= 3.17.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -17,6 +17,7 @@ USE_GITHUB= yes
GH_ACCOUNT= freebsd
OPTIONS_DEFINE= BASH ZSH
+OPTIONS_DEFAULT=BASH ZSH
PLIST_FILES= sbin/portmaster \
etc/portmaster.rc.sample \
@@ -25,6 +26,8 @@ PLIST_FILES= sbin/portmaster \
BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh
ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster
+NO_ARCH= yes
+
verify: checksum
do-build:
More information about the svn-ports-head
mailing list