Date: Fri, 5 Jul 2019 22:25:19 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505941 - head/www/trac-accountmanager Message-ID: <201907052225.x65MPJXW072809@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Jul 5 22:25:19 2019 New Revision: 505941 URL: https://svnweb.freebsd.org/changeset/ports/505941 Log: www/trac-accountmanager: Update to 0.5.17339 update trac-accountmanager to svn rev 17339 This version fixes incompatibility with trac > 1.0 Also updates 'https' for WWW. Remove LOCAL/kuriyama from MASTER_SITES PR: 237756 Submitted by: nomoo Approved by: maintainer timeout Modified: head/www/trac-accountmanager/Makefile head/www/trac-accountmanager/distinfo head/www/trac-accountmanager/pkg-descr Modified: head/www/trac-accountmanager/Makefile ============================================================================== --- head/www/trac-accountmanager/Makefile Fri Jul 5 21:49:30 2019 (r505940) +++ head/www/trac-accountmanager/Makefile Fri Jul 5 22:25:19 2019 (r505941) @@ -2,11 +2,9 @@ PORTNAME= accountmanager PORTVERSION= 0.5.${REV} -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www devel python -MASTER_SITES= LOCAL/kuriyama \ - http://trac-hacks.org/changeset/${REV}/accountmanagerplugin/trunk?old_path=/&format=zip&filename= +MASTER_SITES= http://trac-hacks.org/changeset/${REV}/accountmanagerplugin/trunk?old_path=/&format=zip&filename= PKGNAMEPREFIX= trac- DIST_SUBDIR= trac @@ -19,10 +17,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= tracd:www/trac FETCH_BEFORE_ARGS= -o ${DISTFILES} -REV= 12583 +REV= 17339 +WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk USES= python:2.7 zip USE_PYTHON= distutils autoplist -WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk NO_ARCH= yes # --- trac.ini Modified: head/www/trac-accountmanager/distinfo ============================================================================== --- head/www/trac-accountmanager/distinfo Fri Jul 5 21:49:30 2019 (r505940) +++ head/www/trac-accountmanager/distinfo Fri Jul 5 22:25:19 2019 (r505941) @@ -1,2 +1,3 @@ -SHA256 (trac/accountmanager-0.5.12583.zip) = 704c89934a2be65f051f602e71c9162b6e1c48710dcf42a72b68e6e7e446c0b6 -SIZE (trac/accountmanager-0.5.12583.zip) = 309199 +TIMESTAMP = 1557078449 +SHA256 (trac/accountmanager-0.5.17339.zip) = b3b56a81ca307e22662194907f1e246be00094ab867a8c6b9b16d9a9b1c7748f +SIZE (trac/accountmanager-0.5.17339.zip) = 360825 Modified: head/www/trac-accountmanager/pkg-descr ============================================================================== --- head/www/trac-accountmanager/pkg-descr Fri Jul 5 21:49:30 2019 (r505940) +++ head/www/trac-accountmanager/pkg-descr Fri Jul 5 22:25:19 2019 (r505941) @@ -1,4 +1,4 @@ Trac plugin to enable users to register new accounts or manage their existing account. -WWW: http://trac-hacks.org/wiki/AccountManagerPlugin +WWW: https://trac-hacks.org/wiki/AccountManagerPlugin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907052225.x65MPJXW072809>