From owner-svn-ports-all@FreeBSD.ORG Wed Oct 15 22:53:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 529CC315; Wed, 15 Oct 2014 22:53:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33CD7DD0; Wed, 15 Oct 2014 22:53:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9FMrVK0015516; Wed, 15 Oct 2014 22:53:31 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9FMrUb0015513; Wed, 15 Oct 2014 22:53:30 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201410152253.s9FMrUb0015513@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 15 Oct 2014 22:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370963 - head/net/mosquitto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 22:53:31 -0000 Author: rodrigo Date: Wed Oct 15 22:53:29 2014 New Revision: 370963 URL: https://svnweb.freebsd.org/changeset/ports/370963 QAT: https://qat.redports.org/buildarchive/r370963/ Log: Upgrade mosquitto to version 1.3.4 Fix use and options Remove unnecessary dirs from plist PR: ports/194246 Submitted by: joe@thrallingpenguin.com (maintainer) Approved by: mentors (implicit) Modified: head/net/mosquitto/Makefile head/net/mosquitto/distinfo head/net/mosquitto/pkg-plist Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Wed Oct 15 22:27:33 2014 (r370962) +++ head/net/mosquitto/Makefile Wed Oct 15 22:53:29 2014 (r370963) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.5 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ @@ -20,8 +19,7 @@ OPTIONS_DEFINE= PYTHON PYTHON_DESC= Build python driver -USES= cmake -USE_PYTHON= 2 +USES= cmake python:2 NOCONFIGURE= yes USE_RC_SUBR= mosquitto USE_LDCONFIG= yes @@ -31,9 +29,9 @@ USERS= nobody .include .if ${PORT_OPTIONS:MPYTHON} -PLIST_SUB= PYTHON_VER=${PYTHON_VER} NOPYTHON="" +PLIST_SUB= PYTHON_VER=${PYTHON_VER} NOPYTHON="" PORTVERSION=${PORTVERSION} .else -PLIST_SUB= NOPYTHON="@comment " +PLIST_SUB= NOPYTHON="@comment " PORTVERSION=${PORTVERSION} .endif post-patch: Modified: head/net/mosquitto/distinfo ============================================================================== --- head/net/mosquitto/distinfo Wed Oct 15 22:27:33 2014 (r370962) +++ head/net/mosquitto/distinfo Wed Oct 15 22:53:29 2014 (r370963) @@ -1,2 +1,2 @@ -SHA256 (mosquitto-1.3.2.tar.gz) = 3ae47d812da6c5a4646d292624a0fc00a00f8930fb19c9c11f1c922e548ca713 -SIZE (mosquitto-1.3.2.tar.gz) = 352143 +SHA256 (mosquitto-1.3.5.tar.gz) = 16eb3dbef183827665feee9288362c7352cd016ba04ca0402a0ccf857d1c2ab2 +SIZE (mosquitto-1.3.5.tar.gz) = 352231 Modified: head/net/mosquitto/pkg-plist ============================================================================== --- head/net/mosquitto/pkg-plist Wed Oct 15 22:27:33 2014 (r370962) +++ head/net/mosquitto/pkg-plist Wed Oct 15 22:53:29 2014 (r370963) @@ -8,13 +8,13 @@ share/man/man1/mosquitto_pub.1.gz share/man/man1/mosquitto_passwd.1.gz %%NOPYTHON%%%%PYTHON_LIBDIR%%/site-packages/mosquitto.pyc %%NOPYTHON%%%%PYTHON_LIBDIR%%/site-packages/mosquitto.py -%%NOPYTHON%%%%PYTHON_LIBDIR%%/site-packages/mosquitto-1.3.2-py%%PYTHON_VER%%.egg-info +%%NOPYTHON%%%%PYTHON_LIBDIR%%/site-packages/mosquitto-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info lib/libmosquittopp.so.1 lib/libmosquittopp.so lib/libmosquitto.so.1 lib/libmosquitto.so -lib/libmosquitto.so.1.3.2 -lib/libmosquittopp.so.1.3.2 +lib/libmosquitto.so.%%PORTVERSION%% +lib/libmosquittopp.so.%%PORTVERSION%% include/mosquittopp.h include/mosquitto_plugin.h include/mosquitto.h @@ -26,10 +26,3 @@ sbin/mosquitto @sample etc/mosquitto/pskfile.sample @sample etc/mosquitto/mosquitto.conf.sample @sample etc/mosquitto/aclfile.sample -@dirrmtry etc/mosquitto -@dirrmtry share/man/man8 -@dirrmtry share/man/man7 -@dirrmtry share/man/man5 -@dirrmtry share/man/man3 -@dirrmtry share/man/man1 -@dirrmtry share/man