svn commit: r458679 - in head/sysutils/dunst: . files

Steve Wills swills at FreeBSD.org
Wed Jan 10 19:17:20 UTC 2018


Author: swills
Date: Wed Jan 10 19:17:19 2018
New Revision: 458679
URL: https://svnweb.freebsd.org/changeset/ports/458679

Log:
  sysutils/dunst: Update to 1.3.0
  
  PR:		224972
  Submitted by:	Dmitri Goutnik <dg at syrec.org> (maintainer)

Deleted:
  head/sysutils/dunst/files/
Modified:
  head/sysutils/dunst/Makefile   (contents, props changed)
  head/sysutils/dunst/distinfo   (contents, props changed)

Modified: head/sysutils/dunst/Makefile
==============================================================================
--- head/sysutils/dunst/Makefile	Wed Jan 10 19:14:00 2018	(r458678)
+++ head/sysutils/dunst/Makefile	Wed Jan 10 19:17:19 2018	(r458679)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dunst
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 USES=		gmake perl5 pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	dunst-project
-USE_GNOME=	gtk20 gdkpixbuf2 cairo
+USE_GNOME=	cairo gdkpixbuf2 pango
 USE_PERL5=	build
 USE_XORG=	x11 xrandr xinerama xscrnsaver
 
@@ -33,6 +33,10 @@ PLIST_FILES=	bin/dunst \
 post-patch:
 	@${REINPLACE_CMD} -e '/dunst\.systemd\.service/d' ${WRKSRC}/Makefile
 	@${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/VERSION
+
+pre-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/dunst/
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services/
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dunst

Modified: head/sysutils/dunst/distinfo
==============================================================================
--- head/sysutils/dunst/distinfo	Wed Jan 10 19:14:00 2018	(r458678)
+++ head/sysutils/dunst/distinfo	Wed Jan 10 19:17:19 2018	(r458679)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502200675
-SHA256 (dunst-project-dunst-v1.2.0_GH0.tar.gz) = a3c05b5ef87e88704a6207236e42773dfbcf50cb23c7cf51e494a7236b75c5ad
-SIZE (dunst-project-dunst-v1.2.0_GH0.tar.gz) = 110628
+TIMESTAMP = 1515256896
+SHA256 (dunst-project-dunst-v1.3.0_GH0.tar.gz) = 74c0b1165cf7a9c71f562bd97697970528eae625d34c8714f8b9951bd5ca5be6
+SIZE (dunst-project-dunst-v1.3.0_GH0.tar.gz) = 121499


More information about the svn-ports-all mailing list