pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/xfce4-dev-tools xfce4-dev-tools: update to 4.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d25e80953344
branches:  trunk
changeset: 398173:d25e80953344
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Jul 12 23:44:43 2019 +0000

description:
xfce4-dev-tools: update to 4.13.0

Change log:

4.13.0
======
- Merge exo-csource modifications in xdt-csource
- xdt-csource will replace exo-csource (projects using exo-csource needs to be updated)
- The work started in issue #6449 but the full migration has never been done.
- Remove svn support in xdt-autogen
- Simplify a bit the XDT_AUTOGEN_REQUIRED_VERSION detection
- Remove the check of the unused doc submodule
- Remove useless macros: m4macros/xdt-python.m4 and m4macros/xdt-xfce.m4 are not used
- Remove xdt-commit, used to generate Changelog, now done via make distcheck
- No -Wshadow flag for enable_debug=full (bug #11637). Use it only for enable_debug=yes.

diffstat:

 devel/xfce4-dev-tools/Makefile |  10 ++++------
 devel/xfce4-dev-tools/PLIST    |   5 +----
 devel/xfce4-dev-tools/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 15 deletions(-)

diffs (56 lines):

diff -r 9afaa62ada2f -r d25e80953344 devel/xfce4-dev-tools/Makefile
--- a/devel/xfce4-dev-tools/Makefile    Fri Jul 12 19:58:03 2019 +0000
+++ b/devel/xfce4-dev-tools/Makefile    Fri Jul 12 23:44:43 2019 +0000
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.38 2018/11/14 22:21:21 kleink Exp $
+# $NetBSD: Makefile,v 1.39 2019/07/12 23:44:43 gutteridge Exp $
 
-PKGREVISION= 10
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-dev-tools-${XFCE4_VERSION}
+VERSION=       4.13.0
+DISTNAME=      xfce4-dev-tools-${VERSION}
 CATEGORIES=    devel
+MASTER_SITES=  http://archive.xfce.org/src/xfce/xfce4-dev-tools/${VERSION:R}/
 
 HOMEPAGE=      http://users.xfce.org/~benny/projects/xfce4-dev-tools/
 COMMENT=       Xfce development tools
 
 GNU_CONFIGURE= yes
 
-USE_TOOLS+=    bash:run
-REPLACE_BASH+= scripts/xdt-commit
-
 MAKE_DIRS+=    ${PREFIX}/share/xfce4
 
 .include "../../mk/bsd.pkg.mk"
diff -r 9afaa62ada2f -r d25e80953344 devel/xfce4-dev-tools/PLIST
--- a/devel/xfce4-dev-tools/PLIST       Fri Jul 12 19:58:03 2019 +0000
+++ b/devel/xfce4-dev-tools/PLIST       Fri Jul 12 23:44:43 2019 +0000
@@ -1,9 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2015/04/21 08:56:37 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/07/12 23:44:43 gutteridge Exp $
 bin/xdt-autogen
-bin/xdt-commit
 bin/xdt-csource
 share/xfce4/dev-tools/m4macros/xdt-depends.m4
 share/xfce4/dev-tools/m4macros/xdt-features.m4
 share/xfce4/dev-tools/m4macros/xdt-i18n.m4
-share/xfce4/dev-tools/m4macros/xdt-python.m4
-share/xfce4/dev-tools/m4macros/xdt-xfce.m4
diff -r 9afaa62ada2f -r d25e80953344 devel/xfce4-dev-tools/distinfo
--- a/devel/xfce4-dev-tools/distinfo    Fri Jul 12 19:58:03 2019 +0000
+++ b/devel/xfce4-dev-tools/distinfo    Fri Jul 12 23:44:43 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:29:39 agc Exp $
+$NetBSD: distinfo,v 1.6 2019/07/12 23:44:43 gutteridge Exp $
 
-SHA1 (xfce4-dev-tools-4.12.0.tar.bz2) = b769c9bf7982cfb0b8b8491db1dde706aec46c5a
-RMD160 (xfce4-dev-tools-4.12.0.tar.bz2) = dd1fb3b11830cad3f98d0eaf35d703528fcf95a6
-SHA512 (xfce4-dev-tools-4.12.0.tar.bz2) = 60f90daaaac3eea355779ee1bb6a0cf24fb9e0ba70971c9c26ea681755de41560cfbca59a28241c2fd818031dc46e95c550424577451ceb7a42b1de0b0ff4a31
-Size (xfce4-dev-tools-4.12.0.tar.bz2) = 309586 bytes
+SHA1 (xfce4-dev-tools-4.13.0.tar.bz2) = ce6ce8cf4601557bc7dd7b63eccd728385a3ae87
+RMD160 (xfce4-dev-tools-4.13.0.tar.bz2) = 54a8b6bc94ba93079bf358848fb85c22773beade
+SHA512 (xfce4-dev-tools-4.13.0.tar.bz2) = ee1289044cda9d908b15b7c88c5911f785efec1fed4c4ff20d66d535078a652f827489ec8ce58467f44b185ccba887fd9b4cd55ea62dfc181ddc87ce74ed5618
+Size (xfce4-dev-tools-4.13.0.tar.bz2) = 292066 bytes



Home | Main Index | Thread Index | Old Index