From owner-svn-ports-all@FreeBSD.ORG Mon Sep 23 15:42:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3D191B29; Mon, 23 Sep 2013 15:42:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10EF925EC; Mon, 23 Sep 2013 15:42:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NFg4be090967; Mon, 23 Sep 2013 15:42:04 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8NFg4ju090960; Mon, 23 Sep 2013 15:42:04 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309231542.r8NFg4ju090960@svn.freebsd.org> From: Bryan Drewery Date: Mon, 23 Sep 2013 15:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328014 - in head: graphics/libpuzzle multimedia/libdv net-p2p/btpd sysutils/ftwin sysutils/fusefs-libs 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.14 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: Mon, 23 Sep 2013 15:42:05 -0000 Author: bdrewery Date: Mon Sep 23 15:42:03 2013 New Revision: 328014 URL: http://svnweb.freebsd.org/changeset/ports/328014 Log: - Bump PORTREVISION to fix missing PORTEXAMPLES,PORTDOCS,PORTDATA after r327999 fixed these for stage support Approved by: maintainer (bapt) Modified: head/graphics/libpuzzle/Makefile head/multimedia/libdv/Makefile head/net-p2p/btpd/Makefile head/sysutils/ftwin/Makefile head/sysutils/fusefs-libs/Makefile Modified: head/graphics/libpuzzle/Makefile ============================================================================== --- head/graphics/libpuzzle/Makefile Mon Sep 23 15:41:38 2013 (r328013) +++ head/graphics/libpuzzle/Makefile Mon Sep 23 15:42:03 2013 (r328014) @@ -2,7 +2,7 @@ PORTNAME= libpuzzle PORTVERSION= 0.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ Modified: head/multimedia/libdv/Makefile ============================================================================== --- head/multimedia/libdv/Makefile Mon Sep 23 15:41:38 2013 (r328013) +++ head/multimedia/libdv/Makefile Mon Sep 23 15:42:03 2013 (r328014) @@ -3,7 +3,7 @@ PORTNAME= libdv PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF Modified: head/net-p2p/btpd/Makefile ============================================================================== --- head/net-p2p/btpd/Makefile Mon Sep 23 15:41:38 2013 (r328013) +++ head/net-p2p/btpd/Makefile Mon Sep 23 15:42:03 2013 (r328014) @@ -2,7 +2,7 @@ PORTNAME= btpd PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/ Modified: head/sysutils/ftwin/Makefile ============================================================================== --- head/sysutils/ftwin/Makefile Mon Sep 23 15:41:38 2013 (r328013) +++ head/sysutils/ftwin/Makefile Mon Sep 23 15:42:03 2013 (r328014) @@ -2,7 +2,7 @@ PORTNAME= ftwin PORTVERSION= 0.8.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MASTER_SITES= http://download.meroware.org/ftwin/ Modified: head/sysutils/fusefs-libs/Makefile ============================================================================== --- head/sysutils/fusefs-libs/Makefile Mon Sep 23 15:41:38 2013 (r328013) +++ head/sysutils/fusefs-libs/Makefile Mon Sep 23 15:42:03 2013 (r328014) @@ -3,6 +3,7 @@ PORTNAME= fusefs PORTVERSION= 2.9.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/fuse/fuse-2.X/${PORTVERSION} PKGNAMESUFFIX= -libs