svn commit: r457484 - head/databases/pspg

Danilo G. Baio dbaio at FreeBSD.org
Thu Dec 28 22:21:47 UTC 2017


Author: dbaio
Date: Thu Dec 28 22:21:45 2017
New Revision: 457484
URL: https://svnweb.freebsd.org/changeset/ports/457484

Log:
  databases/pspg: Update to 0.9.0
  
  - Convert to options target helper
  
  Changes:	https://github.com/okbob/pspg/releases/tag/0.9.0
  
  PR:		224655
  Submitted by:	Dmitri Goutnik <dg at syrec.org> (maintainer)

Modified:
  head/databases/pspg/Makefile
  head/databases/pspg/distinfo

Modified: head/databases/pspg/Makefile
==============================================================================
--- head/databases/pspg/Makefile	Thu Dec 28 21:34:53 2017	(r457483)
+++ head/databases/pspg/Makefile	Thu Dec 28 22:21:45 2017	(r457484)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pspg
-DISTVERSION=	0.8.0
+DISTVERSION=	0.9.0
 CATEGORIES=	databases
 
 MAINTAINER=	dg at syrec.org
@@ -25,6 +25,8 @@ OPTIONS_DEFINE=	DOCS
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 

Modified: head/databases/pspg/distinfo
==============================================================================
--- head/databases/pspg/distinfo	Thu Dec 28 21:34:53 2017	(r457483)
+++ head/databases/pspg/distinfo	Thu Dec 28 22:21:45 2017	(r457484)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513345253
-SHA256 (okbob-pspg-0.8.0_GH0.tar.gz) = b479164aa25b30863b410a6051638cf772c3bc00e34a695abeb43c1bb7c6afd3
-SIZE (okbob-pspg-0.8.0_GH0.tar.gz) = 850508
+TIMESTAMP = 1514497698
+SHA256 (okbob-pspg-0.9.0_GH0.tar.gz) = e5997294e7295cf829eeb6e8e8d890c7c49fb7491079977384af8a395f60155d
+SIZE (okbob-pspg-0.9.0_GH0.tar.gz) = 853226


More information about the svn-ports-all mailing list