svn commit: r426064 - in head/deskutils/xfce4-notifyd: . files

Olivier Duchateau olivierd at FreeBSD.org
Sun Nov 13 21:43:34 UTC 2016


Author: olivierd
Date: Sun Nov 13 21:43:32 2016
New Revision: 426064
URL: https://svnweb.freebsd.org/changeset/ports/426064

Log:
  - Update to 0.3.4
  - Re-generate patch (with 'make makepatch')
  
  This release introduces 2 new features [1], available in settings window.
  
  [1] https://git.xfce.org/apps/xfce4-notifyd/tag/?id=xfce4-notifyd-0.3.4
  
  PR:		214377
  Submitted by:	myself (olivierd@)
  Approved by:	ehaupt@ (maintainer)

Modified:
  head/deskutils/xfce4-notifyd/Makefile
  head/deskutils/xfce4-notifyd/distinfo
  head/deskutils/xfce4-notifyd/files/extra-patch-configure

Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile	Sun Nov 13 20:27:39 2016	(r426063)
+++ head/deskutils/xfce4-notifyd/Makefile	Sun Nov 13 21:43:32 2016	(r426064)
@@ -6,7 +6,7 @@
 # Support of GTK+ is checked at compile time and themes directories too.
 
 PORTNAME=	xfce4-notifyd
-PORTVERSION=	0.3.3
+PORTVERSION=	0.3.4
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4

Modified: head/deskutils/xfce4-notifyd/distinfo
==============================================================================
--- head/deskutils/xfce4-notifyd/distinfo	Sun Nov 13 20:27:39 2016	(r426063)
+++ head/deskutils/xfce4-notifyd/distinfo	Sun Nov 13 21:43:32 2016	(r426064)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475442314
-SHA256 (xfce4/xfce4-notifyd-0.3.3.tar.bz2) = 986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73
-SIZE (xfce4/xfce4-notifyd-0.3.3.tar.bz2) = 433388
+TIMESTAMP = 1478753728
+SHA256 (xfce4/xfce4-notifyd-0.3.4.tar.bz2) = 038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf
+SIZE (xfce4/xfce4-notifyd-0.3.4.tar.bz2) = 442087

Modified: head/deskutils/xfce4-notifyd/files/extra-patch-configure
==============================================================================
--- head/deskutils/xfce4-notifyd/files/extra-patch-configure	Sun Nov 13 20:27:39 2016	(r426063)
+++ head/deskutils/xfce4-notifyd/files/extra-patch-configure	Sun Nov 13 21:43:32 2016	(r426064)
@@ -1,6 +1,6 @@
---- ./configure.orig	2013-04-21 08:49:43.000000000 +0000
-+++ ./configure	2013-04-21 15:48:06.000000000 +0000
-@@ -5649,7 +5649,7 @@
+--- configure.orig	2016-11-09 22:20:54 UTC
++++ configure
+@@ -5771,7 +5771,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
  $as_echo_n "checking whether NLS is requested... " >&6; }
      # Check whether --enable-nls was given.
  if test "${enable_nls+set}" = set; then :
@@ -9,7 +9,7 @@
  else
    USE_NLS=yes
  fi
-@@ -13186,7 +13186,7 @@
+@@ -13772,7 +13772,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>
  
      fi
    fi


More information about the svn-ports-all mailing list