Index: head/ports-mgmt/portmaster/Makefile =================================================================== --- head/ports-mgmt/portmaster/Makefile (revision 470534) +++ head/ports-mgmt/portmaster/Makefile (revision 470535) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= portmaster PORTVERSION= 3.19 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= ports-mgmt MAINTAINER= se@FreeBSD.org COMMENT= Manage your ports without external databases or languages LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd OPTIONS_DEFINE= BASH ZSH OPTIONS_DEFAULT=BASH ZSH PLIST_FILES= sbin/portmaster \ etc/portmaster.rc.sample \ man/man8/portmaster.8.gz BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster NO_ARCH= yes verify: checksum do-build: .for file in portmaster files/portmaster.rc.sample files/portmaster.8 @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ -e 's#===>>> Version [0-9._]*#===>>> Version ${PKGVERSION}#' ${WRKSRC}/${file} .endfor do-install: ${INSTALL_SCRIPT} ${WRKSRC}/portmaster \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/files/portmaster.rc.sample \ ${STAGEDIR}${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/files/portmaster.8 \ ${STAGEDIR}${MAN8PREFIX}/man/man8 post-install-BASH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/files/bash-completions \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/portmaster.sh post-install-ZSH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/files/zsh-completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_portmaster .include Index: head/ports-mgmt/portmaster/files/patch-files_portmaster.8 =================================================================== --- head/ports-mgmt/portmaster/files/patch-files_portmaster.8 (nonexistent) +++ head/ports-mgmt/portmaster/files/patch-files_portmaster.8 (revision 470535) @@ -0,0 +1,26 @@ +--- files/portmaster.8.orig 2018-01-14 21:53:23 UTC ++++ files/portmaster.8 +@@ -38,6 +38,7 @@ Common Flags: + .Op Fl -delete-build-only + .Op Fl -always-fetch + .Op Fl -backup-format= ++.Op Fl -package-format= + .Op Fl -local-packagedir= + .Op Fl -packages-local + .Op Fl -delete-packages +@@ -416,8 +417,14 @@ use package if newer than installed even if the packag + the latest according to the ports tree + .It Fl -always-fetch + fetch package even if it already exists locally ++.It Fl -package-format= ++the archive format to use for packages created from newly built ports ++instead of the default of txz, ++which can take a long time for large packages. ++Supported formats are: tar, tgz, tbz, and txz (from fastest to slowest). + .It Fl -backup-format= +-the archive format to use for backlup packages instead of the default of txz, ++the archive format to use for backup packages (created before an upgraded ++package is deleted) instead of the default of txz, + which can take a long time for large packages. + Supported formats are: tar, tgz, tbz, and txz (from fastest to slowest). + .It Fl -local-packagedir= Property changes on: head/ports-mgmt/portmaster/files/patch-files_portmaster.8 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property