svn commit: r459007 - in head/ports-mgmt/portmaster: . files
Stefan Esser
se at FreeBSD.org
Sun Jan 14 22:11:03 UTC 2018
Author: se
Date: Sun Jan 14 22:11:02 2018
New Revision: 459007
URL: https://svnweb.freebsd.org/changeset/ports/459007
Log:
Update to version 3.19, which is identical to 3.18_12 with all port patches
applied.
Approved by: antoine (implicit)
Deleted:
head/ports-mgmt/portmaster/files/
Modified:
head/ports-mgmt/portmaster/Makefile
head/ports-mgmt/portmaster/distinfo
Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile Sun Jan 14 22:06:20 2018 (r459006)
+++ head/ports-mgmt/portmaster/Makefile Sun Jan 14 22:11:02 2018 (r459007)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= portmaster
-PORTVERSION= 3.18
-PORTREVISION= 13
+PORTVERSION= 3.19
CATEGORIES= ports-mgmt
MAINTAINER= se at FreeBSD.org
@@ -30,7 +29,7 @@ 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#%%PKGNAME%%#${PKGNAME}#g' ${WRKSRC}/${file}
+ -e 's#===>>> Version [0-9._]*#===>>> Version ${PKGVERSION}#' ${WRKSRC}/${file}
.endfor
do-install:
Modified: head/ports-mgmt/portmaster/distinfo
==============================================================================
--- head/ports-mgmt/portmaster/distinfo Sun Jan 14 22:06:20 2018 (r459006)
+++ head/ports-mgmt/portmaster/distinfo Sun Jan 14 22:11:02 2018 (r459007)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513847195
-SHA256 (freebsd-portmaster-3.18_GH0.tar.gz) = 91db3800b4faf4e7a95575a69c1b307d9844aad56c39f23d4d41eaedb89e3666
-SIZE (freebsd-portmaster-3.18_GH0.tar.gz) = 42909
+TIMESTAMP = 1515967596
+SHA256 (freebsd-portmaster-3.19_GH0.tar.gz) = 2e469d4471f92daff4b571dd3f4c8fbad459bcbc13969c883e2298ac1143a0c1
+SIZE (freebsd-portmaster-3.19_GH0.tar.gz) = 43236
More information about the svn-ports-all
mailing list