Date: Sat, 19 Nov 2016 13:35:40 +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: r426370 - head/www/py-seafobj Message-ID: <201611191335.uAJDZeCn077175@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191335.uAJDZeCn077175>