svn commit: r515793 - head/www/castget

Adriaan de Groot adridg at FreeBSD.org
Sun Oct 27 12:50:45 UTC 2019


Author: adridg
Date: Sun Oct 27 12:50:44 2019
New Revision: 515793
URL: https://svnweb.freebsd.org/changeset/ports/515793

Log:
  Update www/castget to latest upstream release
  
   - Previous release was in 2017, long time.
   - The release notes just say "new features and various bug fixes".
     The important change seems to be this:
       > Behaviour change: The -f/--filter option and the filter
       > configuration options now match the URLs of enclosures
       > instead of the filenames castget infers for them
   - While here, change to DISTVERSION.
  
  Not taking maintainership, I just spotted this one in passing.
  
  Reported by:	portscout

Modified:
  head/www/castget/Makefile
  head/www/castget/distinfo

Modified: head/www/castget/Makefile
==============================================================================
--- head/www/castget/Makefile	Sun Oct 27 12:32:56 2019	(r515792)
+++ head/www/castget/Makefile	Sun Oct 27 12:50:44 2019	(r515793)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	castget
-PORTVERSION=	1.2.4
+DISTVERSION=	2.0.1
 CATEGORIES=	www
 MASTER_SITES=	SAVANNAH
 

Modified: head/www/castget/distinfo
==============================================================================
--- head/www/castget/distinfo	Sun Oct 27 12:32:56 2019	(r515792)
+++ head/www/castget/distinfo	Sun Oct 27 12:50:44 2019	(r515793)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495043740
-SHA256 (castget-1.2.4.tar.bz2) = 91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d
-SIZE (castget-1.2.4.tar.bz2) = 302845
+TIMESTAMP = 1572179783
+SHA256 (castget-2.0.1.tar.bz2) = 438b5f7ec7e31a45ed3756630fe447f42015acda53ec09202f48628726b5e875
+SIZE (castget-2.0.1.tar.bz2) = 320226


More information about the svn-ports-head mailing list