svn commit: r467287 - in branches/2018Q2/x11/sxhkd: . files

Thomas Zander riggs at FreeBSD.org
Sat Apr 14 06:28:35 UTC 2018


Author: riggs
Date: Sat Apr 14 06:28:34 2018
New Revision: 467287
URL: https://svnweb.freebsd.org/changeset/ports/467287

Log:
  MFH: r467286
  
  Update to upstream version 0.5.9
  
  Details
  - New patchlevel release 0.5.9
  - Cleanup ports
  - USES localbase:ldflags
  
  PR:		227061
  Submitted by:	uzsolt at uzsolt.hu
  Reviewed by:	gor at clogic.com.ua (maintainer)
  Approved by:	gor at clogic.com.ua (maintainer)
  
  Approved by:	ports-secteam (riggs)

Deleted:
  branches/2018Q2/x11/sxhkd/files/
Modified:
  branches/2018Q2/x11/sxhkd/Makefile
  branches/2018Q2/x11/sxhkd/distinfo
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/x11/sxhkd/Makefile
==============================================================================
--- branches/2018Q2/x11/sxhkd/Makefile	Sat Apr 14 06:27:13 2018	(r467286)
+++ branches/2018Q2/x11/sxhkd/Makefile	Sat Apr 14 06:28:34 2018	(r467287)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sxhkd
-PORTVERSION=	0.5.8
+PORTVERSION=	0.5.9
 CATEGORIES=	x11
 
 MAINTAINER=	gor at clogic.com.ua
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libxcb-keysyms.so:x11/xcb-util-keysyms
 
-USES=		gmake pkgconfig
+USES=		gmake localbase:ldflags
 
 USE_XORG=	xcb
 
@@ -25,5 +25,14 @@ PLIST_FILES=	bin/sxhkd \
 		man/man1/sxhkd.1.gz
 
 OPTIONS_DEFINE=	EXAMPLES
+
+do-install:
+	${MKDIR} ${STAGEDIR}${BINDIR} ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+post-install-EXAMPLES-on:
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: branches/2018Q2/x11/sxhkd/distinfo
==============================================================================
--- branches/2018Q2/x11/sxhkd/distinfo	Sat Apr 14 06:27:13 2018	(r467286)
+++ branches/2018Q2/x11/sxhkd/distinfo	Sat Apr 14 06:28:34 2018	(r467287)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500267066
-SHA256 (baskerville-sxhkd-0.5.8_GH0.tar.gz) = d7df48d7d301d1cf06f45172bcfe712510e98dcdbdb896af662cf979f9666855
-SIZE (baskerville-sxhkd-0.5.8_GH0.tar.gz) = 34566
+TIMESTAMP = 1522227003
+SHA256 (baskerville-sxhkd-0.5.9_GH0.tar.gz) = 457e0fdfe0a7dac24ca506c026a1e8cde5899073ba1d2ef1326bc68b931648bd
+SIZE (baskerville-sxhkd-0.5.9_GH0.tar.gz) = 34649


More information about the svn-ports-all mailing list