Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2012 11:00:35 +0100 (BST)
From:      Jase Thew <freebsd@beardz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/168226: [MAINTAINER] irc/weechat-devel: update to 20120522 (0.3.8-rc2)
Message-ID:  <201205221000.q4MA0ZF6076881@beardz.net>
Resent-Message-ID: <201205221010.q4MAA4nw079553@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         168226
>Category:       ports
>Synopsis:       [MAINTAINER] irc/weechat-devel: update to 20120522 (0.3.8-rc2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 22 10:10:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jase Thew
>Release:        FreeBSD 8.3-STABLE amd64
>Organization:
>Environment:
System: FreeBSD jail-ports.localdomain 8.3-STABLE FreeBSD 8.3-STABLE #0 r235039: Sat May  5 01:46:32
>Description:
- Update to 20120522 (0.3.8-rc2)
- Quieten lint LIB_DEPENDS warnings by removing lib version

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- weechat-devel-20120522.patch begins here ---
diff -ruN --exclude=CVS ../weechat-devel.orig/Makefile ./Makefile
--- ../weechat-devel.orig/Makefile	2012-05-16 10:17:39.000000000 +0100
+++ ./Makefile	2012-05-22 10:57:21.303271857 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	weechat
-PORTVERSION=	20120515
+PORTVERSION=	20120522
 CATEGORIES=	irc
 MASTER_SITES=	http://perturb.me.uk/distfiles/
 PKGNAMESUFFIX=	-devel
@@ -27,7 +27,7 @@
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 WANT_PERL=	yes
 
-LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
 
 # Please note: the DEBUG option is *NOT* empty, it is utilised by
 # bsd.cmake.mk to set the cmake build type to Debug instead of
@@ -47,7 +47,7 @@
 		NLS		"NLS support"			On	\
 		DOCUMENTATION	"Build documentation"		Off
 
-GITREV=	b645947
+GITREV=	6f5a20e
 WRKSRC=	${WRKDIR}/${PORTNAME}-${GITREV}
 
 .include <bsd.port.options.mk>
@@ -96,7 +96,7 @@
 .endif
 
 .if defined(WITH_GNUTLS)
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls:${PORTSDIR}/security/gnutls
 .else
 CMAKE_ARGS+=	-DENABLE_GNUTLS=no
 .endif
@@ -134,7 +134,7 @@
 
 .if defined(WITH_GUILE)
 IGNORE=		guile support currently causes a segfault on exit. Please re-run 'make config' and disable GUILE
-LIB_DEPENDS+=	guile.21:${PORTSDIR}/lang/guile
+LIB_DEPENDS+=	guile:${PORTSDIR}/lang/guile
 PLIST_SUB+=	GUILE=""
 .else
 CMAKE_ARGS+=	-DENABLE_GUILE=no
@@ -151,7 +151,7 @@
 .endif
 
 .if defined(WITH_BACKTRACE)
-LIB_DEPENDS+=	execinfo.1:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS+=	execinfo:${PORTSDIR}/devel/libexecinfo
 .endif
 
 MAN1=	weechat-curses.1
diff -ruN --exclude=CVS ../weechat-devel.orig/distinfo ./distinfo
--- ../weechat-devel.orig/distinfo	2012-05-16 10:17:39.000000000 +0100
+++ ./distinfo	2012-05-22 09:43:49.305994162 +0100
@@ -1,2 +1,2 @@
-SHA256 (weechat-devel-b645947.tar.gz) = 0fe7fe6169b6e446a044176f3f3c547e81abf4777eee96c98dc41b14254cbe48
-SIZE (weechat-devel-b645947.tar.gz) = 2199124
+SHA256 (weechat-devel-6f5a20e.tar.gz) = 9550e3472206049745254249583c97a76e7d03db2c81450000b4febe0f564e53
+SIZE (weechat-devel-6f5a20e.tar.gz) = 2210456
diff -ruN --exclude=CVS ../weechat-devel.orig/pkg-plist ./pkg-plist
--- ../weechat-devel.orig/pkg-plist	2012-03-27 05:19:52.000000000 +0100
+++ ./pkg-plist	2012-05-22 09:43:49.296984379 +0100
@@ -20,6 +20,7 @@
 %%DOCUMENTATION%%share/doc/weechat/weechat_faq.en.html
 %%DOCUMENTATION%%share/doc/weechat/weechat_faq.fr.html
 %%DOCUMENTATION%%share/doc/weechat/weechat_faq.it.html
+%%DOCUMENTATION%%share/doc/weechat/weechat_faq.ja.html
 %%DOCUMENTATION%%share/doc/weechat/weechat_faq.pl.html
 %%DOCUMENTATION%%share/doc/weechat/weechat_plugin_api.en.html
 %%DOCUMENTATION%%share/doc/weechat/weechat_plugin_api.fr.html
--- weechat-devel-20120522.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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