svn commit: r454022 - head/editors/fileobj

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 12 00:46:40 UTC 2017


Author: bapt
Date: Sun Nov 12 00:46:38 2017
New Revision: 454022
URL: https://svnweb.freebsd.org/changeset/ports/454022

Log:
  Update to 0.7.55
  Install manpages
  
  Submitted by:	zrj (dragonfly) maintainer

Modified:
  head/editors/fileobj/Makefile
  head/editors/fileobj/distinfo

Modified: head/editors/fileobj/Makefile
==============================================================================
--- head/editors/fileobj/Makefile	Sat Nov 11 23:43:19 2017	(r454021)
+++ head/editors/fileobj/Makefile	Sun Nov 12 00:46:38 2017	(r454022)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fileobj
-PORTVERSION=	0.7.44
+PORTVERSION=	0.7.55
 DISTVERSIONPREFIX=	v
 CATEGORIES=	editors
 
@@ -17,5 +17,11 @@ USE_GITHUB=	yes
 
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+PLIST_FILES=	man/man1/fileobj.1.gz
+
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/doc/fileobj.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/editors/fileobj/distinfo
==============================================================================
--- head/editors/fileobj/distinfo	Sat Nov 11 23:43:19 2017	(r454021)
+++ head/editors/fileobj/distinfo	Sun Nov 12 00:46:38 2017	(r454022)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479721267
-SHA256 (kusumi-fileobj-v0.7.44_GH0.tar.gz) = acc0095ce5d699c1458adc253ea009a40e538c1f2a1eacc67bfdabb445373198
-SIZE (kusumi-fileobj-v0.7.44_GH0.tar.gz) = 121634
+TIMESTAMP = 1510447436
+SHA256 (kusumi-fileobj-v0.7.55_GH0.tar.gz) = 1c74475d87b5832efb507b0493092fe6bf366887cfd483741723d1eeedf7ade5
+SIZE (kusumi-fileobj-v0.7.55_GH0.tar.gz) = 128505


More information about the svn-ports-head mailing list