Date: Wed, 26 Jul 2017 20:13:14 +0000 (UTC) From: Jeremie Le Hen <jlh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446694 - head/www/subsonic Message-ID: <201707262013.v6QKDEFd067169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jlh (src committer) Date: Wed Jul 26 20:13:14 2017 New Revision: 446694 URL: https://svnweb.freebsd.org/changeset/ports/446694 Log: Update Subsonic from 5.3 to 6.0 and update license accordinly. Former maintainer has requested to drop maintainership also, so put it in ports@FreeBSD.org's pool. PR: 213298 Submitted by: Allison Nicole Reid <root at cooltrainer org> Approved by: adamw (Phabricator), jpaetzel (IRC) Differential Revision: https://reviews.freebsd.org/D11445 Modified: head/www/subsonic/Makefile head/www/subsonic/distinfo Modified: head/www/subsonic/Makefile ============================================================================== --- head/www/subsonic/Makefile Wed Jul 26 18:52:59 2017 (r446693) +++ head/www/subsonic/Makefile Wed Jul 26 20:13:14 2017 (r446694) @@ -1,17 +1,17 @@ -# Created by: Nicole Reid <root@cooltrainer.org> # $FreeBSD$ PORTNAME= subsonic -PORTVERSION= 5.3 -PORTREVISION= 2 +PORTVERSION= 6.0 CATEGORIES= www java MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-war -MAINTAINER= root@cooltrainer.org +MAINTAINER= ports@FreeBSD.org COMMENT= Subsonic streaming media server -LICENSE= GPLv3 +# Subsonic 6 onwards has become proprietary. License is unclear. +# http://forum.subsonic.org/forum/viewtopic.php?f=4&t=16604#p71128 +LICENSE= NONE OPTIONS_SINGLE= APPSERVER APPSERVER_DESC= Java Application Server Modified: head/www/subsonic/distinfo ============================================================================== --- head/www/subsonic/distinfo Wed Jul 26 18:52:59 2017 (r446693) +++ head/www/subsonic/distinfo Wed Jul 26 20:13:14 2017 (r446694) @@ -1,2 +1,3 @@ -SHA256 (subsonic-5.3-war.zip) = b4428e9ea731224d88ba7543099747ed949312fd83cd446dc8782be7b73fa4f2 -SIZE (subsonic-5.3-war.zip) = 33824575 +TIMESTAMP = 1475884649 +SHA256 (subsonic-6.0-war.zip) = e138c4104e5393a6ad5f046e666856a05fb5bd149a8605b74579dd9d8cdaa926 +SIZE (subsonic-6.0-war.zip) = 38684379
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707262013.v6QKDEFd067169>