From owner-svn-ports-head@freebsd.org Sat Nov 19 13:35:42 2016 Return-Path: Delivered-To: svn-ports-head@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 19DA9C4AFFF; Sat, 19 Nov 2016 13:35:42 +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 C32A71948; Sat, 19 Nov 2016 13:35:41 +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 uAJDZeUW077178; Sat, 19 Nov 2016 13:35:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAJDZeCn077175; Sat, 19 Nov 2016 13:35:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611191335.uAJDZeCn077175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 19 Nov 2016 13:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426370 - head/www/py-seafobj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 13:35:42 -0000 Author: pi Date: Sat Nov 19 13:35:40 2016 New Revision: 426370 URL: https://svnweb.freebsd.org/changeset/ports/426370 Log: www/py-seafobj: update 5.1.6 -> 6.0.3 This version has no commits between the two, but I want to keep seafdav and seafobj the same version for sanity. - Updated to 6.0.3 - Added license file - Fixed pkg-desc www --> WWW PR: 214656 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/www/py-seafobj/Makefile head/www/py-seafobj/distinfo head/www/py-seafobj/pkg-descr Modified: head/www/py-seafobj/Makefile ============================================================================== --- head/www/py-seafobj/Makefile Sat Nov 19 13:32:57 2016 (r426369) +++ head/www/py-seafobj/Makefile Sat Nov 19 13:35:40 2016 (r426370) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seafobj -PORTVERSION= 5.1.6 +PORTVERSION= 6.0.3 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www python @@ -11,6 +11,7 @@ MAINTAINER= ultima1252@gmail.com COMMENT= Python library for accessing seafile data model LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= haiwen Modified: head/www/py-seafobj/distinfo ============================================================================== --- head/www/py-seafobj/distinfo Sat Nov 19 13:32:57 2016 (r426369) +++ head/www/py-seafobj/distinfo Sat Nov 19 13:35:40 2016 (r426370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464610043 -SHA256 (haiwen-seafobj-v5.1.6-pro_GH0.tar.gz) = 1e67b494222c427b65e0542ee70fb831167892b452c2bf082203a2eb5e45a95d -SIZE (haiwen-seafobj-v5.1.6-pro_GH0.tar.gz) = 6620647 +TIMESTAMP = 1479521411 +SHA256 (haiwen-seafobj-v6.0.3-pro_GH0.tar.gz) = 93820cb79f9cadd01d388238d80bce108b299c3073bcaba796b1ef7fdc0fe2af +SIZE (haiwen-seafobj-v6.0.3-pro_GH0.tar.gz) = 6625161 Modified: head/www/py-seafobj/pkg-descr ============================================================================== --- head/www/py-seafobj/pkg-descr Sat Nov 19 13:32:57 2016 (r426369) +++ head/www/py-seafobj/pkg-descr Sat Nov 19 13:35:40 2016 (r426370) @@ -1,3 +1,3 @@ This is a Python library for accessing seafile data model. -www: https://github.com/haiwen/seafobj +WWW: https://github.com/haiwen/seafobj