Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2017 17:00:41 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
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
Message-ID:  <201707081700.v68H0fht099431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707081700.v68H0fht099431>