From nobody@FreeBSD.org  Sun Feb 15 16:51:47 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 68F7E1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Feb 2009 16:51:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3BEBF8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Feb 2009 16:51:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1FGplaY026663
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Feb 2009 16:51:47 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n1FGpkTk026662;
	Sun, 15 Feb 2009 16:51:46 GMT
	(envelope-from nobody)
Message-Id: <200902151651.n1FGpkTk026662@www.freebsd.org>
Date: Sun, 15 Feb 2009 16:51:46 GMT
From: legatvs <legatvs@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] multimedia/cclive to 0.2.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         131717
>Category:       ports
>Synopsis:       [maintainer update] multimedia/cclive to 0.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 15 17:00:05 UTC 2009
>Closed-Date:    Sun Feb 15 23:53:10 UTC 2009
>Last-Modified:  Mon Feb 16 00:00:09 UTC 2009
>Originator:     legatvs
>Release:        
>Organization:
>Environment:
>Description:
Update to 0.2.2.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- /usr/ports/multimedia/cclive/Makefile	2009-02-09 23:39:01.000000000 +0200
+++ cclive/Makefile	2009-02-15 18:25:00.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cclive
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.2
 CATEGORIES=	multimedia net
 MASTER_SITES=	GOOGLE_CODE
 
@@ -15,7 +15,7 @@
 
 LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
 
-.if !defined(NO_INSTALL_MANPAGES)
+.if !defined(WITHOUT_MAN)
 MAKE_ENV=	WITH_MAN=yes
 MAN1=		cclive.1
 .endif
--- /usr/ports/multimedia/cclive/distinfo	2009-02-09 19:21:25.000000000 +0200
+++ cclive/distinfo	2009-02-15 18:28:54.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (cclive-0.2.1.tar.bz2) = 7aeee2bac2b20c725eebbe5d42920f4b
-SHA256 (cclive-0.2.1.tar.bz2) = 93364812c766814df17a8e50cb7b5f81671a36f75dc8e181313213873f7b5e5e
-SIZE (cclive-0.2.1.tar.bz2) = 36764
+MD5 (cclive-0.2.2.tar.bz2) = 154c5749c63bf2798b451968a4d19716
+SHA256 (cclive-0.2.2.tar.bz2) = c10c05d8980cdace8bdd881ec6c4bc3ce6ae9a41239171ab4afeb9f63a5ab5b5
+SIZE (cclive-0.2.2.tar.bz2) = 37806
--- /usr/ports/multimedia/cclive/files/patch-Makefile	2009-02-09 19:21:25.000000000 +0200
+++ cclive/files/patch-Makefile	2009-02-15 18:28:39.000000000 +0200
@@ -1,6 +1,6 @@
---- Makefile.orig	2009-02-07 00:40:50.864414331 +0000
-+++ Makefile	2009-02-07 01:23:32.655384692 +0000
-@@ -1,31 +1,26 @@
+--- Makefile.orig	2009-02-15 18:25:44.000000000 +0200
++++ Makefile	2009-02-15 18:27:39.000000000 +0200
+@@ -1,30 +1,26 @@
  # GNU Makefile for cclive.
  
 -SHELL = /bin/sh
@@ -32,21 +32,22 @@
  GENGETOPT   = gengetopt
  POD2MAN     = pod2man
  
--WITH_MAN    = yes
--
+-WITH_MAN        = yes
+ WITH_SIGWINCH   = yes
+ 
  ifndef V
- QUIET_CC        = @echo '  ' CC $@;
- QUIET_LINK      = @echo '  ' LINK $@;
-@@ -39,11 +34,9 @@
+@@ -40,14 +36,12 @@
  CURL_CFLAGS  := $(shell sh -c "$(CURL_CONFIG) --cflags")
  CURL_LDFLAGS := $(shell sh -c "$(CURL_CONFIG) --libs")
  
 -CFLAGS      = -g -Wall
  ALL_CFLAGS  = -D_GNU_SOURCE -DOSNAME=\"$(OS_NAME)\" -I. $(CFLAGS)
  ALL_CFLAGS += $(CURL_CFLAGS)
+ ifeq ($(WITH_SIGWINCH),yes)
+ ALL_CFLAGS += -DWITH_SIGWINCH
+ endif
  
 -LDFLAGS     =
  ALL_LDFLAGS = $(LDFLAGS)
  ALL_LDFLAGS += $(CURL_LDFLAGS)
  
-a7e


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sun Feb 15 19:15:42 UTC 2009 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131717 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Sun Feb 15 23:52:53 UTC 2009 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131717 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131717: commit references a PR
Date: Sun, 15 Feb 2009 23:52:42 +0000 (UTC)

 beech       2009-02-15 23:52:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/cclive    Makefile distinfo 
     multimedia/cclive/files patch-Makefile 
   Log:
   - Update to 0.2.2
   
   PR:             ports/131717
   Submitted by:   legatvs <legatvs@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +2 -2      ports/multimedia/cclive/Makefile
   1.2       +3 -3      ports/multimedia/cclive/distinfo
   1.2       +10 -9     ports/multimedia/cclive/files/patch-Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
