mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- update to 4.0.12, 4.2.8, 4.4.3
- move BINMODE to Makefile.common so it is also used in the language packs Security: CVE-2014-1517 Security: 608ed765-c700-11e3-848c-20cf30e32f6d Security: 60bfa396-c702-11e3-848c-20cf30e32f6d
This commit is contained in:
parent
2ce0f0829a
commit
b38505a489
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351542
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bugzilla
|
||||
PORTVERSION= 4.0.11
|
||||
PORTVERSION= 4.0.12
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= BUGZILLA
|
||||
MASTER_SITE_SUBDIR= webtools webtools/archived
|
||||
@ -27,8 +27,6 @@ RUN_DEPENDS= \
|
||||
USES= perl5
|
||||
USE_PERL5= patch run build
|
||||
|
||||
BINMODE= 700
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
DATA_DIRS_LIST= images js skins
|
||||
@ -147,9 +145,8 @@ post-patch:
|
||||
-e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+
|
||||
@${FIND} ${WRKSRC}/docs -type f | \
|
||||
${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
|
||||
@${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
|
||||
-or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \
|
||||
| ${XARGS} ${RM} -rf
|
||||
@${FIND} ${WRKSRC} \( -name ".git*" -or -name "*.orig" -or -name "*.bak" \
|
||||
-or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf
|
||||
|
||||
do-install: .SILENT
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
|
@ -11,5 +11,7 @@ PORTSCOUT= limit:^4\.0\.
|
||||
|
||||
WWWDIR= ${PREFIX}/www/bugzilla
|
||||
|
||||
BINMODE= 700
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bugzilla/bugzilla-4.0.11.tar.gz) = d2e454a5a705f3728a6645c27793f7c8d3058dda675704eac4a9a856f16b0c0f
|
||||
SIZE (bugzilla/bugzilla-4.0.11.tar.gz) = 2785420
|
||||
SHA256 (bugzilla/bugzilla-4.0.12.tar.gz) = 32a8c6da2de699062ec10b1be0ece9873d9d477101c19fb7bfc9799d9178da85
|
||||
SIZE (bugzilla/bugzilla-4.0.12.tar.gz) = 2876792
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bugzilla
|
||||
PORTVERSION= 4.2.7
|
||||
PORTVERSION= 4.2.8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= BUGZILLA
|
||||
MASTER_SITE_SUBDIR= webtools webtools/archived
|
||||
@ -28,8 +28,6 @@ RUN_DEPENDS= \
|
||||
USES= perl5
|
||||
USE_PERL5= patch run build
|
||||
|
||||
BINMODE= 700
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
DATA_DIRS_LIST= images js skins
|
||||
@ -154,9 +152,8 @@ post-patch:
|
||||
-e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+
|
||||
@${FIND} ${WRKSRC}/docs -type f | \
|
||||
${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
|
||||
@${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
|
||||
-or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \
|
||||
| ${XARGS} ${RM} -rf
|
||||
@${FIND} ${WRKSRC} \( -name ".git*" -or -name "*.orig" -or -name "*.bak" \
|
||||
-or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf
|
||||
|
||||
do-install: .SILENT
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
|
@ -11,5 +11,7 @@ PORTSCOUT= limitw:1,even
|
||||
|
||||
WWWDIR= ${PREFIX}/www/bugzilla
|
||||
|
||||
BINMODE= 700
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bugzilla/bugzilla-4.2.7.tar.gz) = c2350e02e287f10dc21d7a1813d5311d84804fb1f3418d4ef5c7e335458fc189
|
||||
SIZE (bugzilla/bugzilla-4.2.7.tar.gz) = 2964784
|
||||
SHA256 (bugzilla/bugzilla-4.2.8.tar.gz) = 9a56395908f7e9de0ed5230e59c82192f8209b568a1820423331e41a3ea0855c
|
||||
SIZE (bugzilla/bugzilla-4.2.8.tar.gz) = 2956611
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bugzilla
|
||||
PORTVERSION= 4.4.1
|
||||
PORTVERSION= 4.4.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= BUGZILLA
|
||||
MASTER_SITE_SUBDIR= webtools webtools/archived
|
||||
@ -28,8 +28,6 @@ RUN_DEPENDS= \
|
||||
USES= perl5
|
||||
USE_PERL5= patch build run
|
||||
|
||||
BINMODE= 700
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
DATA_DIRS_LIST= images js skins
|
||||
@ -69,7 +67,7 @@ RUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCHARTING_MODULES}
|
||||
RUN_DEPENDS+= p5-Chart>=2.1:${PORTSDIR}/graphics/p5-Chart
|
||||
RUN_DEPENDS+= p5-Chart>=2.1.0:${PORTSDIR}/graphics/p5-Chart
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPATCH_VIEWER}
|
||||
@ -168,9 +166,8 @@ post-patch:
|
||||
-e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+
|
||||
@${FIND} ${WRKSRC}/docs -type f | \
|
||||
${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
|
||||
@${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
|
||||
-or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \
|
||||
| ${XARGS} ${RM} -rf
|
||||
@${FIND} ${WRKSRC} \( -name ".git*" -or -name "*.orig" -or -name "*.bak" \
|
||||
-or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf
|
||||
# empty leftover
|
||||
@${RM} ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc
|
||||
|
||||
|
@ -11,5 +11,7 @@ PORTSCOUT= limitw:1,even
|
||||
|
||||
WWWDIR= ${PREFIX}/www/bugzilla
|
||||
|
||||
BINMODE= 700
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bugzilla/bugzilla-4.4.1.tar.gz) = cc63513b98f7f0a523c58c642554ec72ee1e941f7d13c306e2e8c7e4cceeb428
|
||||
SIZE (bugzilla/bugzilla-4.4.1.tar.gz) = 2966058
|
||||
SHA256 (bugzilla/bugzilla-4.4.3.tar.gz) = b6b3f348c08a76319532909a8f1651170be72b807e27871587fb3170bb828901
|
||||
SIZE (bugzilla/bugzilla-4.4.3.tar.gz) = 2957725
|
||||
|
@ -1041,7 +1041,7 @@
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images/callouts
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/en/html/api/extensions
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/extensions
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/contrib
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Whine
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server
|
||||
|
Loading…
Reference in New Issue
Block a user