From owner-svn-ports-head@FreeBSD.ORG Wed Nov 7 08:17:31 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EADE829; Wed, 7 Nov 2012 08:17:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 634ED8FC0A; Wed, 7 Nov 2012 08:17:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA78HVxP084953; Wed, 7 Nov 2012 08:17:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA78HV1L084949; Wed, 7 Nov 2012 08:17:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211070817.qA78HV1L084949@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 7 Nov 2012 08:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307121 - in head/devel/libcli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 08:17:31 -0000 Author: bapt Date: Wed Nov 7 08:17:31 2012 New Revision: 307121 URL: http://svnweb.freebsd.org/changeset/ports/307121 Log: - update to 1.9.6 Feature safe: yes Modified: head/devel/libcli/Makefile head/devel/libcli/distinfo head/devel/libcli/files/patch-Makefile Modified: head/devel/libcli/Makefile ============================================================================== --- head/devel/libcli/Makefile Wed Nov 7 08:16:08 2012 (r307120) +++ head/devel/libcli/Makefile Wed Nov 7 08:17:31 2012 (r307121) @@ -1,12 +1,7 @@ -# New ports collection makefile for: libcli -# Date created: 2011-04-27 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= libcli -PORTVERSION= 1.9.5 +PORTVERSION= 1.9.6 CATEGORIES= devel MASTER_SITES= http://cloud.github.com/downloads/dparrish/libcli/ @@ -19,7 +14,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes PLIST_FILES= lib/libcli.so \ - lib/libcli.so.1.9.5 \ + lib/libcli.so.1.9.6 \ lib/libcli.so.1.9 \ lib/libcli.so.19 \ include/libcli.h Modified: head/devel/libcli/distinfo ============================================================================== --- head/devel/libcli/distinfo Wed Nov 7 08:16:08 2012 (r307120) +++ head/devel/libcli/distinfo Wed Nov 7 08:17:31 2012 (r307121) @@ -1,2 +1,2 @@ -SHA256 (libcli-1.9.5.tar.gz) = e2d78ead4c3cd040ca83127f21a3a3416997425c9037bbc086ff2635202df3fb -SIZE (libcli-1.9.5.tar.gz) = 28350 +SHA256 (libcli-1.9.6.tar.gz) = 1c601dfff694db85350a9335a17ae8da1d51cf3733a22739454cf21b258a06e8 +SIZE (libcli-1.9.6.tar.gz) = 29259 Modified: head/devel/libcli/files/patch-Makefile ============================================================================== --- head/devel/libcli/files/patch-Makefile Wed Nov 7 08:16:08 2012 (r307120) +++ head/devel/libcli/files/patch-Makefile Wed Nov 7 08:17:31 2012 (r307121) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2011-05-03 22:52:15.000000000 -0400 -+++ ./Makefile 2012-05-17 07:17:09.000000000 -0400 +--- ./Makefile.orig 2012-06-07 06:51:30.000000000 +0200 ++++ ./Makefile 2012-11-07 09:01:50.707823595 +0100 @@ -1,23 +1,21 @@ UNAME = $(shell sh -c 'uname -s 2>/dev/null || echo not') DESTDIR = @@ -8,15 +8,15 @@ MAJOR = 1 MINOR = 9 - REVISION = 5 + REVISION = 6 LIB = libcli.so -CC = gcc -DEBUG = -g -OPTIM = -O3 --CFLAGS += $(DEBUG) $(OPTIM) -Wall -Wformat-security -Wno-format-zero-length +-CFLAGS += $(DEBUG) $(OPTIM) -Wall -std=c99 -pedantic -Wformat-security -Wno-format-zero-length -Werror -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align -Wno-unused-parameter +CC ?= gcc -+CFLAGS += -Wall -Wformat-security -Wno-format-zero-length ++CFLAGS += -Wall -Wformat-security -Wno-format-zero-length -Werror -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align -Wno-unused-parameter LDFLAGS += -shared LIBPATH += -L.