svn commit: r432287 - head/irc/weechat

Bernard Spil brnrd at FreeBSD.org
Mon Jan 23 19:18:51 UTC 2017


Author: brnrd
Date: Mon Jan 23 19:18:49 2017
New Revision: 432287
URL: https://svnweb.freebsd.org/changeset/ports/432287

Log:
  irc/weechat: Update to 1.7
  
   - Update to 1.7[1]
   - Remove CONFLICTS: weechat-devel was removed
   - Switch to xz distfile
  
  [1] Changelog: https://weechat.org/files/changelog/ChangeLog-1.7.html
  
  PR:		216384
  Submitted by:	Danilo G. Baio <dbaio at bsd.com.br>

Modified:
  head/irc/weechat/Makefile
  head/irc/weechat/distinfo

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Mon Jan 23 18:52:57 2017	(r432286)
+++ head/irc/weechat/Makefile	Mon Jan 23 19:18:49 2017	(r432287)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	weechat
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	irc
 MASTER_SITES=	https://weechat.org/files/src/
 
@@ -12,13 +12,11 @@ COMMENT=	Lightweight and user friendly n
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-CONFLICTS=	weechat-devel-[0-9]*
-
 LIB_DEPENDS+=	libcurl.so:ftp/curl \
 		libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error
 
-USES=		cmake:outsource ncurses tar:bzip2
+USES=		cmake:outsource ncurses tar:xz
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS+=	-DENABLE_GUILE=no \

Modified: head/irc/weechat/distinfo
==============================================================================
--- head/irc/weechat/distinfo	Mon Jan 23 18:52:57 2017	(r432286)
+++ head/irc/weechat/distinfo	Mon Jan 23 19:18:49 2017	(r432287)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475608262
-SHA256 (weechat-1.6.tar.bz2) = 73eca5212fadb7056f5f72d9dfc96453dea0342c963d1f1ca36c84def5653c34
-SIZE (weechat-1.6.tar.bz2) = 2558398
+TIMESTAMP = 1485178739
+SHA256 (weechat-1.7.tar.xz) = 599348337a4bff179bf50888dad135751fa401538ebaadc59831d2223be52db3
+SIZE (weechat-1.7.tar.xz) = 1837004


More information about the svn-ports-head mailing list