svn commit: r447667 - head/databases/powa-archivist
Palle Girgensohn
girgen at FreeBSD.org
Thu Aug 10 08:24:07 UTC 2017
Author: girgen
Date: Thu Aug 10 08:24:05 2017
New Revision: 447667
URL: https://svnweb.freebsd.org/changeset/ports/447667
Log:
Update to a preversion 3.1.1
This fixes a problem with an infinite loop.
Modified:
head/databases/powa-archivist/Makefile
head/databases/powa-archivist/distinfo
head/databases/powa-archivist/pkg-plist
Modified: head/databases/powa-archivist/Makefile
==============================================================================
--- head/databases/powa-archivist/Makefile Thu Aug 10 08:12:46 2017 (r447666)
+++ head/databases/powa-archivist/Makefile Thu Aug 10 08:24:05 2017 (r447667)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= powa-archivist
-DISTVERSIONPREFIX= REL_
-DISTVERSION= 3_1_0
+PORTVERSION= 3.1.1.a.20161106
CATEGORIES= databases
MAINTAINER= girgen at FreeBSD.org
@@ -16,6 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/pg_stat_kcach
USE_GITHUB= yes
GH_ACCOUNT= dalibo
+GH_TAGNAME= 521fdf
USES= gmake pgsql:9.4+
WANT_PGSQL= server contrib
Modified: head/databases/powa-archivist/distinfo
==============================================================================
--- head/databases/powa-archivist/distinfo Thu Aug 10 08:12:46 2017 (r447666)
+++ head/databases/powa-archivist/distinfo Thu Aug 10 08:24:05 2017 (r447667)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477433154
-SHA256 (dalibo-powa-archivist-REL_3_1_0_GH0.tar.gz) = 9dc7f80b24202ca47f2a21e9a08240096a9deb02ce93c939d45088c98180a803
-SIZE (dalibo-powa-archivist-REL_3_1_0_GH0.tar.gz) = 46328
+TIMESTAMP = 1496357604
+SHA256 (dalibo-powa-archivist-3.1.1.a.20161106-521fdf_GH0.tar.gz) = 9d1a613800ba527e987af0b37fa571924be17d66e7c783faa9190e88fc60e533
+SIZE (dalibo-powa-archivist-3.1.1.a.20161106-521fdf_GH0.tar.gz) = 58175
Modified: head/databases/powa-archivist/pkg-plist
==============================================================================
--- head/databases/powa-archivist/pkg-plist Thu Aug 10 08:12:46 2017 (r447666)
+++ head/databases/powa-archivist/pkg-plist Thu Aug 10 08:24:05 2017 (r447667)
@@ -12,4 +12,6 @@ share/postgresql/extension/powa--3.0.0.sql
share/postgresql/extension/powa--3.0.1.sql
share/postgresql/extension/powa--3.0.1--3.1.0.sql
share/postgresql/extension/powa--3.1.0.sql
+share/postgresql/extension/powa--3.1.0--3.1.1.sql
+share/postgresql/extension/powa--3.1.1.sql
share/postgresql/extension/powa.control
More information about the svn-ports-all
mailing list