Date: Wed, 7 Nov 2012 08:17:31 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307121 - in head/devel/libcli: . files Message-ID: <201211070817.qA78HV1L084949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bapt@FreeBSD.org> -# # $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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211070817.qA78HV1L084949>