svn commit: r519303 - in head/irc/weechat: . files

Bernard Spil brnrd at FreeBSD.org
Sun Dec 8 13:53:53 UTC 2019


Author: brnrd
Date: Sun Dec  8 13:53:52 2019
New Revision: 519303
URL: https://svnweb.freebsd.org/changeset/ports/519303

Log:
  irc/weechat: Update to 2.7

Deleted:
  head/irc/weechat/files/patch-cmake_FindTCL.cmake
Modified:
  head/irc/weechat/Makefile
  head/irc/weechat/distinfo
  head/irc/weechat/pkg-plist

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Sun Dec  8 13:38:44 2019	(r519302)
+++ head/irc/weechat/Makefile	Sun Dec  8 13:53:52 2019	(r519303)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	weechat
-DISTVERSION=	2.6
+DISTVERSION=	2.7
 CATEGORIES=	irc
 MASTER_SITES=	https://weechat.org/files/src/
 
@@ -16,7 +16,7 @@ LIB_DEPENDS+=	libcurl.so:ftp/curl \
 		libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error
 
-USES=		cmake:noninja ncurses libtool tar:xz
+USES=		cmake:noninja ncurses libtool #tar:xz
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DLIBDATADIR=${LOCALBASE}/libdata

Modified: head/irc/weechat/distinfo
==============================================================================
--- head/irc/weechat/distinfo	Sun Dec  8 13:38:44 2019	(r519302)
+++ head/irc/weechat/distinfo	Sun Dec  8 13:53:52 2019	(r519303)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574752437
-SHA256 (weechat-2.6.tar.xz) = fa9e3130e7afdfb6eff1b7892caac3efdd38a442f9989ca8c061eced2c755148
-SIZE (weechat-2.6.tar.xz) = 2080092
+TIMESTAMP = 1575798397
+SHA256 (weechat-2.7.tar.gz) = 5038a47c6e87e56fcd937acc159d89f76845a4128923c100700abaa7c5db7aed
+SIZE (weechat-2.7.tar.gz) = 4393859

Modified: head/irc/weechat/pkg-plist
==============================================================================
--- head/irc/weechat/pkg-plist	Sun Dec  8 13:38:44 2019	(r519302)
+++ head/irc/weechat/pkg-plist	Sun Dec  8 13:53:52 2019	(r519303)
@@ -82,7 +82,13 @@ libdata/pkgconfig/weechat.pc
 %%DOCS%%%%DOCSDIR%%/weechat_user.it.html
 %%DOCS%%%%DOCSDIR%%/weechat_user.ja.html
 %%DOCS%%%%DOCSDIR%%/weechat_user.pl.html
+share/applications/weechat.desktop
+%%ICON%%share/icons/hicolor/128x128/apps/weechat.png
+%%ICON%%share/icons/hicolor/16x16/apps/weechat.png
+%%ICON%%share/icons/hicolor/256x256/apps/weechat.png
 %%ICON%%share/icons/hicolor/32x32/apps/weechat.png
+%%ICON%%share/icons/hicolor/512x512/apps/weechat.png
+%%ICON%%share/icons/hicolor/64x64/apps/weechat.png
 %%NLS%%share/locale/cs/LC_MESSAGES/weechat.mo
 %%NLS%%share/locale/de/LC_MESSAGES/weechat.mo
 %%NLS%%share/locale/es/LC_MESSAGES/weechat.mo


More information about the svn-ports-all mailing list