From owner-svn-ports-all@freebsd.org Sat Jul 8 17:00:42 2017 Return-Path: Delivered-To: svn-ports-all@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 898CED9E5AC; Sat, 8 Jul 2017 17:00:42 +0000 (UTC) (envelope-from cpm@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 660DB1C3B; Sat, 8 Jul 2017 17:00:42 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v68H0fc9099435; Sat, 8 Jul 2017 17:00:41 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v68H0fht099431; Sat, 8 Jul 2017 17:00:41 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201707081700.v68H0fht099431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 8 Jul 2017 17:00:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445343 - in head/net-im/corebird: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in head/net-im/corebird: . files X-SVN-Commit-Revision: 445343 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 17:00:42 -0000 Author: cpm Date: Sat Jul 8 17:00:41 2017 New Revision: 445343 URL: https://svnweb.freebsd.org/changeset/ports/445343 Log: - Update to 1.5.1 - Use REINPLACE_CMD instead of patch files - Remove unneeded patch - Cosmetic change - Update WWW in pkg-descr Changelog: https://github.com/baedert/corebird/releases/tag/1.5.1 Deleted: head/net-im/corebird/files/ Modified: head/net-im/corebird/Makefile head/net-im/corebird/distinfo head/net-im/corebird/pkg-descr head/net-im/corebird/pkg-plist Modified: head/net-im/corebird/Makefile ============================================================================== --- head/net-im/corebird/Makefile Sat Jul 8 16:59:07 2017 (r445342) +++ head/net-im/corebird/Makefile Sat Jul 8 17:00:41 2017 (r445343) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.5 -PORTREVISION= 2 +PORTVERSION= 1.5.1 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org @@ -43,8 +42,11 @@ NLS_CONFIGURE_OFF= --disable-nls GLIB_SCHEMAS= org.baedert.corebird.gschema.xml post-extract: - @(cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \ - corebird.desktop.in) + @${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e 's|org.baedert.corebird.desktop.in|corebird.desktop.in|' \ + ${WRKSRC}/data/Makefile.am + @cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \ + corebird.desktop.in # Replace locales files in right place post-configure: Modified: head/net-im/corebird/distinfo ============================================================================== --- head/net-im/corebird/distinfo Sat Jul 8 16:59:07 2017 (r445342) +++ head/net-im/corebird/distinfo Sat Jul 8 17:00:41 2017 (r445343) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493852816 -SHA256 (baedert-corebird-1.5_GH0.tar.gz) = 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 -SIZE (baedert-corebird-1.5_GH0.tar.gz) = 492120 +TIMESTAMP = 1499505257 +SHA256 (baedert-corebird-1.5.1_GH0.tar.gz) = 007d0420c8c32134d47d4c06676f9f3fac654ea818af6daf319ac8eb7c007eb6 +SIZE (baedert-corebird-1.5.1_GH0.tar.gz) = 501313 Modified: head/net-im/corebird/pkg-descr ============================================================================== --- head/net-im/corebird/pkg-descr Sat Jul 8 16:59:07 2017 (r445342) +++ head/net-im/corebird/pkg-descr Sat Jul 8 17:00:41 2017 (r445343) @@ -1,4 +1,4 @@ Corebird is a native GTK3 Twitter client that provides features such as Direct Messages (DMs), Tweet notifications. -WWW: http://corebird.baedert.org/ +WWW: https://corebird.baedert.org Modified: head/net-im/corebird/pkg-plist ============================================================================== --- head/net-im/corebird/pkg-plist Sat Jul 8 16:59:07 2017 (r445342) +++ head/net-im/corebird/pkg-plist Sat Jul 8 17:00:41 2017 (r445343) @@ -17,6 +17,7 @@ share/icons/hicolor/96x96/apps/corebird.png %%NLS%%share/locale/ca@valencia/LC_MESSAGES/corebird.mo %%NLS%%share/locale/de/LC_MESSAGES/corebird.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/corebird.mo +%%NLS%%share/locale/eo/LC_MESSAGES/corebird.mo %%NLS%%share/locale/es_419/LC_MESSAGES/corebird.mo %%NLS%%share/locale/es/LC_MESSAGES/corebird.mo %%NLS%%share/locale/es_MX/LC_MESSAGES/corebird.mo