From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 09:29:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8FDDC4E; Thu, 19 Feb 2015 09:29:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C03218E2; Thu, 19 Feb 2015 09:29:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9T9GA055376; Thu, 19 Feb 2015 09:29:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J9T8WV055373; Thu, 19 Feb 2015 09:29:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502190929.t1J9T8WV055373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 19 Feb 2015 09:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379336 - in head/www/trac: . files 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.18-1 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: Thu, 19 Feb 2015 09:29:10 -0000 Author: jbeich Date: Thu Feb 19 09:29:08 2015 New Revision: 379336 URL: https://svnweb.freebsd.org/changeset/ports/379336 QAT: https://qat.redports.org/buildarchive/r379336/ Log: - Update to 1.0.4 - Drop deprecated SILVERCITY option - Pass maintainership to submitter PR: 197771 Submitted by: Anton Törnqvist Deleted: head/www/trac/files/patch-trac_util_translation.py head/www/trac/files/patch-trac_wiki_formatter.py head/www/trac/files/patch-trac_wiki_tests_wiki-tests.txt Modified: head/www/trac/Makefile head/www/trac/distinfo head/www/trac/pkg-message Modified: head/www/trac/Makefile ============================================================================== --- head/www/trac/Makefile Thu Feb 19 09:28:42 2015 (r379335) +++ head/www/trac/Makefile Thu Feb 19 09:29:08 2015 (r379336) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= trac -PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTVERSION= 1.0.4 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ DISTNAME= Trac-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antont@inbox.lv COMMENT= Enhanced wiki and issue tracking system for software projects LICENSE= BSD3CLAUSE @@ -19,17 +18,15 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Ba RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0.9.5:${PORTSDIR}/devel/py-babel \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.6:${PORTSDIR}/textproc/py-genshi -OPTIONS_DEFINE= SILVERCITY DOCUTILS PYGMENTS TZ SVN -OPTIONS_DEFAULT= SILVERCITY DOCUTILS PYGMENTS TZ SVN SQLITE +OPTIONS_DEFINE= DOCUTILS PYGMENTS TZ SVN +OPTIONS_DEFAULT= DOCUTILS PYGMENTS TZ SVN SQLITE OPTIONS_RADIO= DATABASE OPTIONS_RADIO_DATABASE= PGSQL SQLITE -SILVERCITY_DESC= Silvercity for syntax highlighting DOCUTILS_DESC= Allow additional text markup PYGMENTS_DESC= Use generic syntax highlighter TZ_DESC= Process Time Zones -SILVERCITY_RUN_DEPENDS= ${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity -DOCUTILS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:${PORTSDIR}/textproc/py-docutils +DOCUTILS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.3.9:${PORTSDIR}/textproc/py-docutils PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments TZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 Modified: head/www/trac/distinfo ============================================================================== --- head/www/trac/distinfo Thu Feb 19 09:28:42 2015 (r379335) +++ head/www/trac/distinfo Thu Feb 19 09:29:08 2015 (r379336) @@ -1,2 +1,2 @@ -SHA256 (Trac-1.0.1.tar.gz) = 9dd49065696a8d4dfcb1a1af81e51d6bd487f5a1e72b3325c1fe4ecb5c490adb -SIZE (Trac-1.0.1.tar.gz) = 3479896 +SHA256 (Trac-1.0.4.tar.gz) = a1d564c5b612306856dd26851270b12fbba91bab1bc146b66d4cc248be1a172e +SIZE (Trac-1.0.4.tar.gz) = 3579886 Modified: head/www/trac/pkg-message ============================================================================== --- head/www/trac/pkg-message Thu Feb 19 09:28:42 2015 (r379335) +++ head/www/trac/pkg-message Thu Feb 19 09:29:08 2015 (r379336) @@ -3,8 +3,8 @@ From 0.12.x to 1.0.x --------------------- You should be careful to check that the plugins you depend on have -been ported to 1.0.1, as they most probably won't work without adaptation -due to the numerous internal changes that occurred during 1.0.1 development. +been ported to 1.0.x, as they most probably won't work without adaptation +due to the numerous internal changes that occurred during 1.0.x development. See: http://trac.edgewall.org/wiki/TracDev/ApiChanges/1.0