svn commit: r458299 - in head/ports-mgmt/portmaster: . files
Stefan Esser
se at FreeBSD.org
Sat Jan 6 22:43:21 UTC 2018
Author: se
Date: Sat Jan 6 22:43:20 2018
New Revision: 458299
URL: https://svnweb.freebsd.org/changeset/ports/458299
Log:
Fix version number ... I have to remember to manually fix-up this string
before each commit and I'll whether I can create a pre-commit script that
checks this for me.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
Approved by: antoine (implicit)
Modified:
head/ports-mgmt/portmaster/Makefile
head/ports-mgmt/portmaster/files/patch-portmaster
Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile Sat Jan 6 22:33:12 2018 (r458298)
+++ head/ports-mgmt/portmaster/Makefile Sat Jan 6 22:43:20 2018 (r458299)
@@ -2,7 +2,7 @@
PORTNAME= portmaster
PORTVERSION= 3.18
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= ports-mgmt
MAINTAINER= se at FreeBSD.org
Modified: head/ports-mgmt/portmaster/files/patch-portmaster
==============================================================================
--- head/ports-mgmt/portmaster/files/patch-portmaster Sat Jan 6 22:33:12 2018 (r458298)
+++ head/ports-mgmt/portmaster/files/patch-portmaster Sat Jan 6 22:43:20 2018 (r458299)
@@ -1,16 +1,5 @@
--- portmaster.orig 2017-12-21 09:02:44 UTC
+++ portmaster
-@@ -51,9 +51,8 @@ fi
- #=============== Begin functions we always want to have ===============
-
- version () {
-- local pkgname="%%PKGNAME%%"
-+ local pkgname="portmaster-3.18_6"
- echo '' ; echo "===>>> Version ${pkgname##*-}"
-- #svn='$FreeBSD: user/dougb/portmaster/portmaster 241090 2012-10-01 08:32:05Z dougb $'
- }
-
- fail () {
@@ -113,13 +112,13 @@ kill_bad_children () {
[ "$pid" -gt 25 ] || continue
case "$ppid" in
More information about the svn-ports-all
mailing list