diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-20 07:46:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-20 07:46:08 +0800 |
commit | 4d323b64a7e61da884c0763edafacccf3600a321 (patch) | |
tree | dfc9dbe7a7257361c0864b51e16000963b3bd08c /www | |
parent | ae0ab2bed1392935ccb0acdd063fae092a9d04bd (diff) | |
download | freebsd-ports-gnome-4d323b64a7e61da884c0763edafacccf3600a321.tar.gz freebsd-ports-gnome-4d323b64a7e61da884c0763edafacccf3600a321.tar.zst freebsd-ports-gnome-4d323b64a7e61da884c0763edafacccf3600a321.zip |
2012-11-19 net-im/qutim-plugin-icq: It is not needed for new QutIM
2012-11-19 net-im/qutim-plugin-jabber: It is not needed for new QutIM
2012-11-18 www/trac-customroadmap: Functionality of this plugin is available in the Trac core as of 0.11
2012-11-15 net-mgmt/py-snmp2: Dead upstream, use net-mgmt/py-snmp4 instead
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/trac-customroadmap/Makefile | 27 | ||||
-rw-r--r-- | www/trac-customroadmap/distinfo | 2 | ||||
-rw-r--r-- | www/trac-customroadmap/pkg-descr | 4 |
4 files changed, 0 insertions, 34 deletions
diff --git a/www/Makefile b/www/Makefile index af7ee9aecee3..dec132c443f9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1862,7 +1862,6 @@ SUBDIR += trac-childtickets SUBDIR += trac-codetags SUBDIR += trac-customfieldadmin - SUBDIR += trac-customroadmap SUBDIR += trac-datefield SUBDIR += trac-defaultcc SUBDIR += trac-discussion diff --git a/www/trac-customroadmap/Makefile b/www/trac-customroadmap/Makefile deleted file mode 100644 index 98126184b9da..000000000000 --- a/www/trac-customroadmap/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Martin Matuska <mm@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= customroadmap -PORTVERSION= 0.4.2348 -PORTREVISION= 2 -CATEGORIES= www devel python -MASTER_SITES= http://people.freebsd.org/~mm/trac/ -PKGNAMEPREFIX= trac- -DISTNAME= ${PORTNAME}plugin-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Custom roadmap plugin for trac - -DEPRECATED= Functionality of this plugin is available in the Trac core as of 0.11 -EXPIRATION_DATE=2012-11-18 - -RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac - -WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracCustomRoadmap -PYDISTUTILS_PKGVERSION= 0.4 -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -.include <bsd.port.mk> diff --git a/www/trac-customroadmap/distinfo b/www/trac-customroadmap/distinfo deleted file mode 100644 index 9b95fcd7b268..000000000000 --- a/www/trac-customroadmap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (customroadmapplugin-0.4.2348.tar.gz) = 3f42468b7d32405c4e25865fb7ced532ba577d795d233dd0426fa21a9e7f3976 -SIZE (customroadmapplugin-0.4.2348.tar.gz) = 2873 diff --git a/www/trac-customroadmap/pkg-descr b/www/trac-customroadmap/pkg-descr deleted file mode 100644 index cbff1ecbefbe..000000000000 --- a/www/trac-customroadmap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Trac plugin: -Create new divisions in roadmap and milestone progress bars - -WWW: http://trac-hacks.org/wiki/CustomRoadmapPlugin |