From owner-svn-ports-all@freebsd.org Tue Jan 26 18:06:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C927BA6ECE7; Tue, 26 Jan 2016 18:06:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9CED8F20; Tue, 26 Jan 2016 18:06:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QI6VVY010000; Tue, 26 Jan 2016 18:06:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QI6VxZ009998; Tue, 26 Jan 2016 18:06:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601261806.u0QI6VxZ009998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 26 Jan 2016 18:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407281 - head/www/castget 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.20 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: Tue, 26 Jan 2016 18:06:32 -0000 Author: pi Date: Tue Jan 26 18:06:31 2016 New Revision: 407281 URL: https://svnweb.freebsd.org/changeset/ports/407281 Log: www/castget: 1.0.1 -> 1.2.2 - bug fixes with broken enclosure filenames, width of the progress bar PR: 206565 Submitted by: don subleski Modified: head/www/castget/Makefile head/www/castget/distinfo Modified: head/www/castget/Makefile ============================================================================== --- head/www/castget/Makefile Tue Jan 26 17:59:50 2016 (r407280) +++ head/www/castget/Makefile Tue Jan 26 18:06:31 2016 (r407281) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= castget -PORTVERSION= 1.0.1 -PORTREVISION= 7 +PORTVERSION= 1.2.2 CATEGORIES= www MASTER_SITES= SAVANNAH @@ -17,16 +16,15 @@ LIB_DEPENDS= libid3.so:${PORTSDIR}/audio libcurl.so:${PORTSDIR}/ftp/curl USE_LDCONFIG= yes -USES= libtool pkgconfig +USES= libtool pkgconfig tar:bzip2 USE_GNOME= glib20 libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --disable-static +# CONFIGURE_ARGS= --disable-static GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -PLIST_FILES= bin/castget include/libcastget.h \ - lib/libcastget.so lib/libcastget.so.0 lib/libcastget.so.0.0.0 \ +PLIST_FILES= bin/castget \ man/man1/castget.1.gz man/man5/castgetrc.5.gz .include Modified: head/www/castget/distinfo ============================================================================== --- head/www/castget/distinfo Tue Jan 26 17:59:50 2016 (r407280) +++ head/www/castget/distinfo Tue Jan 26 18:06:31 2016 (r407281) @@ -1,2 +1,2 @@ -SHA256 (castget-1.0.1.tar.gz) = 44a201d3bf6f95a580d2a3c446f3595f3b5d1a92770206d311cae8ab05e680ea -SIZE (castget-1.0.1.tar.gz) = 355696 +SHA256 (castget-1.2.2.tar.bz2) = 7e6a5030f7652a7ec2584f05818b66d0cb627664c813ef1b9229e6b5ad938971 +SIZE (castget-1.2.2.tar.bz2) = 300566