From owner-svn-ports-head@freebsd.org Mon Nov 14 17:59:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE2C8C412A7; Mon, 14 Nov 2016 17:59:47 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9835BA1F; Mon, 14 Nov 2016 17:59:47 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAEHxkSi009013; Mon, 14 Nov 2016 17:59:46 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAEHxkJi009007; Mon, 14 Nov 2016 17:59:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201611141759.uAEHxkJi009007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 14 Nov 2016 17:59:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426127 - in head/devel: geany geany-plugin-lipsum geany-plugins geany-plugins/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 17:59:47 -0000 Author: madpilot Date: Mon Nov 14 17:59:46 2016 New Revision: 426127 URL: https://svnweb.freebsd.org/changeset/ports/426127 Log: - Update geany and geany-plugins to 1.29 - Convert to USES=localbase - geanylipsum plugin renamed to lipsum Modified: head/devel/geany-plugin-lipsum/pkg-plist head/devel/geany-plugins/distinfo head/devel/geany-plugins/files/Makefile.common head/devel/geany-plugins/files/bsd.geany-plugins.mk head/devel/geany/Makefile head/devel/geany/distinfo Modified: head/devel/geany-plugin-lipsum/pkg-plist ============================================================================== --- head/devel/geany-plugin-lipsum/pkg-plist Mon Nov 14 17:17:37 2016 (r426126) +++ head/devel/geany-plugin-lipsum/pkg-plist Mon Nov 14 17:59:46 2016 (r426127) @@ -1,6 +1,6 @@ -lib/geany/geanylipsum.so -%%DOCSDIR%%/geanylipsum/AUTHORS -%%DOCSDIR%%/geanylipsum/COPYING -%%DOCSDIR%%/geanylipsum/ChangeLog -%%DOCSDIR%%/geanylipsum/NEWS -%%DOCSDIR%%/geanylipsum/README +lib/geany/lipsum.so +%%DOCSDIR%%/lipsum/AUTHORS +%%DOCSDIR%%/lipsum/COPYING +%%DOCSDIR%%/lipsum/ChangeLog +%%DOCSDIR%%/lipsum/NEWS +%%DOCSDIR%%/lipsum/README Modified: head/devel/geany-plugins/distinfo ============================================================================== --- head/devel/geany-plugins/distinfo Mon Nov 14 17:17:37 2016 (r426126) +++ head/devel/geany-plugins/distinfo Mon Nov 14 17:59:46 2016 (r426127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468238578 -SHA256 (geany-plugins-1.28.tar.bz2) = b13471e0a4cb76d04a96bb21c965087b50c16390edee0c6b3bbd920d8ac17745 -SIZE (geany-plugins-1.28.tar.bz2) = 3196849 +TIMESTAMP = 1479115670 +SHA256 (geany-plugins-1.29.tar.bz2) = 2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7 +SIZE (geany-plugins-1.29.tar.bz2) = 3199885 Modified: head/devel/geany-plugins/files/Makefile.common ============================================================================== --- head/devel/geany-plugins/files/Makefile.common Mon Nov 14 17:17:37 2016 (r426126) +++ head/devel/geany-plugins/files/Makefile.common Mon Nov 14 17:59:46 2016 (r426127) @@ -17,8 +17,7 @@ USE_GNOME+= gtk20 intltool .if ${PORTNAME} == "geany-plugins-l10n" GEANY_PLUGIN= po po_SWITCH= --enable-nls -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES+= localbase .else INSTALL_TARGET= install-strip .endif Modified: head/devel/geany-plugins/files/bsd.geany-plugins.mk ============================================================================== --- head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Nov 14 17:17:37 2016 (r426126) +++ head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Nov 14 17:59:46 2016 (r426127) @@ -1,6 +1,6 @@ # $FreeBSD$ -GEANY_VER= 1.28 +GEANY_VER= 1.29 GEANY_PLUGINS_ALL= addons \ autoclose \ automark \ @@ -93,7 +93,7 @@ extrasel_DIR= geanyextrasel gendoc_DIR= geanygendoc insertnum_DIR= geanyinsertnum latex_DIR= geanylatex -lipsum_DIR= geanylipsum +lipsum_DIR= lipsum lua_DIR= geanylua macro_DIR= geanymacro miniscript_DIR= geanyminiscript Modified: head/devel/geany/Makefile ============================================================================== --- head/devel/geany/Makefile Mon Nov 14 17:17:37 2016 (r426126) +++ head/devel/geany/Makefile Mon Nov 14 17:59:46 2016 (r426127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geany -PORTVERSION= 1.28 +PORTVERSION= 1.29 CATEGORIES= devel editors MASTER_SITES= http://download.geany.org/ SF @@ -14,10 +14,8 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= gtk20 intltool -USES= desktop-file-utils gettext-tools \ - gmake libtool pathfix pkgconfig tar:bzip2 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= desktop-file-utils gettext-tools gmake libtool \ + localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/geany/distinfo ============================================================================== --- head/devel/geany/distinfo Mon Nov 14 17:17:37 2016 (r426126) +++ head/devel/geany/distinfo Mon Nov 14 17:59:46 2016 (r426127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468238530 -SHA256 (geany-1.28.tar.bz2) = f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a -SIZE (geany-1.28.tar.bz2) = 4315264 +TIMESTAMP = 1479115507 +SHA256 (geany-1.29.tar.bz2) = 394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f +SIZE (geany-1.29.tar.bz2) = 4364252