View | Details | Raw Unified | Return to bug 177423 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 1882-1887 Link Here
1882
    SUBDIR += trac-accountmanager
1882
    SUBDIR += trac-accountmanager
1883
    SUBDIR += trac-addcomment
1883
    SUBDIR += trac-addcomment
1884
    SUBDIR += trac-advancedticketworkflow
1884
    SUBDIR += trac-advancedticketworkflow
1885
    SUBDIR += trac-attachmentpolicy
1885
    SUBDIR += trac-announcer
1886
    SUBDIR += trac-announcer
1886
    SUBDIR += trac-autocomplete
1887
    SUBDIR += trac-autocomplete
1887
    SUBDIR += trac-batchmodify
1888
    SUBDIR += trac-batchmodify
(-)trac-attachmentpolicy/Makefile (+30 lines)
Line 0 Link Here
1
# Created by: Hung-Yi Chen <gaod@hychen.org>
2
# $FreeBSD$
3
4
PORTNAME=	attachmentpolicy
5
PORTVERSION=	0.1.0.${SVN_REV}
6
CATEGORIES=	www devel python
7
MASTER_SITES=	http://trac-hacks.org/changeset/${SVN_REV}/attachmentpolicyplugin?old_path=/&format=zip&filename=
8
PKGNAMEPREFIX=	trac-
9
DISTNAME=	${PORTNAME}plugin-r${SVN_REV}
10
11
MAINTAINER=	gaod@hychen.org
12
COMMENT=	Provides delete permission to Trac normal user
13
14
LICENSE=	BSD
15
16
SVN_REV=	12775
17
18
RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
21
USE_ZIP=	yes
22
USE_PYTHON=	-2.7
23
USE_PYDISTUTILS=	easy_install
24
25
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
26
PYDISTUTILS_PKGNAME=	Attachment_Policy_Plugin
27
PYDISTUTILS_PKGVERSION=	${PORTVERSION:C/.${SVN_REV}//g}
28
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
29
30
.include <bsd.port.mk>
(-)trac-attachmentpolicy/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (attachmentpolicyplugin-r12775.zip) = be8493552557ee027d708dd32debcd1b7ca1c08cdb610a1490ac1b03b59b02ba
2
SIZE (attachmentpolicyplugin-r12775.zip) = 1731
(-)trac-attachmentpolicy/pkg-descr (+7 lines)
Line 0 Link Here
1
Adds permission TICKET_ATTACHMENT_DELETE for exclusive right
2
to delete and replace attachments, regardless who added/changed it.
3
4
Everybody who has permission TICKET_ATTACHMENT_DELETE can delete
5
or replace attachments, regardless who added / changed it.
6
7
WWW: http://trac-hacks.org/wiki/AttachmentPolicyPlugin

Return to bug 177423