Date: Tue, 26 Jan 2016 18:06:31 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407281 - head/www/castget Message-ID: <201601261806.u0QI6VxZ009998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dsubleski@yahoo.com> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601261806.u0QI6VxZ009998>