FreeBSD Bugzilla – Attachment 61212 Details for
Bug 91742
maintainer-update deskutils/plans to 7.5.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
plans754.diff
plans754.diff (text/plain), 4.39 KB, created by
Andrew Pantyukhin
on 2006-01-13 08:20:04 UTC
(
hide
)
Description:
plans754.diff
Filename:
MIME Type:
Creator:
Andrew Pantyukhin
Created:
2006-01-13 08:20:04 UTC
Size:
4.39 KB
patch
obsolete
>diff -urN /usr/ports/deskutils/plans/Makefile plans/Makefile >--- /usr/ports/deskutils/plans/Makefile Sat Jan 7 06:18:57 2006 >+++ plans/Makefile Fri Jan 13 11:13:23 2006 >@@ -7,12 +7,19 @@ > # > > PORTNAME= plans >-PORTVERSION= 7.5.3 >+PORTVERSION= 7.5.4 > CATEGORIES= deskutils www > MASTER_SITES= http://www.planscalendar.com/release/:plans \ >+ http://www.planscalendar.com/addons/:addons \ > http://www.freebsd.org/gifs/:logo > DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}:plans \ >+ danish.pl:addons \ >+ nl_dutch.pl:addons \ >+ fr_french.pl:addons \ >+ de_german.pl:addons \ >+ zh_tw.pl:addons \ > powerani.gif:logo >+DIST_SUBDIR= ${PORTNAME} > EXTRACT_ONLY= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} > > MAINTAINER= infofarmer@gmail.com >@@ -31,17 +38,19 @@ > SUB_FILES= pkg-message > PKGMESSAGE= ${WRKDIR}/pkg-message > DIR= ${PREFIX}/${PLANSDIR} >+SUB_LIST+= DIR=${DIR} > > post-extract: >- ${CP} ${DISTDIR}/powerani.gif ${WRKSRC}/theme/graphics/freebsd.gif >+ ${CP} ${_DISTDIR}/powerani.gif ${WRKSRC}/theme/graphics/freebsd.gif >+ ${CP} ${_DISTDIR}/*.pl ${WRKSRC}/ > > post-patch: > @${RM} -f ${WRKSRC}/theme/plans.template.orig > > do-install: > @${INSTALL} -d ${DIR} >- @${CP} -nR ${WRKSRC}/ ${DIR} >- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${DIR} >+ @${CP} -nR ${WRKSRC}/ ${DIR}/ >+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${DIR}/ > @${FIND} ${DIR} -type f -exec ${CHMOD} 644 {} \; > @${FIND} ${DIR} -name '*.cgi' -exec ${CHMOD} 755 {} \; > @${FIND} ${DIR} -name '*.xml' -exec ${CHMOD} 664 {} \; >diff -urN /usr/ports/deskutils/plans/distinfo plans/distinfo >--- /usr/ports/deskutils/plans/distinfo Sat Jan 7 06:18:57 2006 >+++ plans/distinfo Fri Jan 13 10:58:15 2006 >@@ -1,6 +1,21 @@ >-MD5 (plans_7.5.3.zip) = 9bcbef087f5085e3fcfcd31820f5d7f8 >-SHA256 (plans_7.5.3.zip) = 16da4aab3ccad299917a1e7c97db6066ec6c4dec41e65d3417cca40e42496aa1 >-SIZE (plans_7.5.3.zip) = 588143 >-MD5 (powerani.gif) = b0f85a6c41817a2dcad0ffe6f0729fa8 >-SHA256 (powerani.gif) = d01c1c8299aa6c0eda0cd7c202bdf5a4ad49400377596fc2e114db6591c66d97 >-SIZE (powerani.gif) = 7203 >+MD5 (plans/plans_7.5.4.zip) = 962aad814de92aee41ae0e05c8563eff >+SHA256 (plans/plans_7.5.4.zip) = 11a34d6b5feea87afcf7a6ca1b73919fdae17641aca60d727ef68484c2742bcd >+SIZE (plans/plans_7.5.4.zip) = 588422 >+MD5 (plans/danish.pl) = a2c4021f15ea0696de3b131133264f2a >+SHA256 (plans/danish.pl) = caed01510af6d0f49a409b8b2467ddaa2f095462374ab388806cab230134cf19 >+SIZE (plans/danish.pl) = 36419 >+MD5 (plans/nl_dutch.pl) = f5bb10a37a17ff65546f634cea3345bd >+SHA256 (plans/nl_dutch.pl) = 848f2a137369f29ca7c07ce9f2b47339d5b62be582ca5e690b7dbd514adc77d8 >+SIZE (plans/nl_dutch.pl) = 39228 >+MD5 (plans/fr_french.pl) = e47e3d4e399b86276994ef4725f28ea1 >+SHA256 (plans/fr_french.pl) = 791b2a343273fc375044ef5c5eec48e7995cc3e6d42771e29686e740e8a68624 >+SIZE (plans/fr_french.pl) = 44001 >+MD5 (plans/de_german.pl) = d70ab71b0fb17a8419804b6b2f997b0a >+SHA256 (plans/de_german.pl) = 24c0fa9359151c39b26c21b504712d1ad60319be5903e51865b851de34bd51b7 >+SIZE (plans/de_german.pl) = 29592 >+MD5 (plans/zh_tw.pl) = 6fd0e7168115df9befd1a6f7f4258ede >+SHA256 (plans/zh_tw.pl) = f7671cb14435dc9c0e3a562efd3c91627324e10ff76cbdbd90dfcfda873c0967 >+SIZE (plans/zh_tw.pl) = 38047 >+MD5 (plans/powerani.gif) = b0f85a6c41817a2dcad0ffe6f0729fa8 >+SHA256 (plans/powerani.gif) = d01c1c8299aa6c0eda0cd7c202bdf5a4ad49400377596fc2e114db6591c66d97 >+SIZE (plans/powerani.gif) = 7203 >diff -urN /usr/ports/deskutils/plans/files/pkg-message.in plans/files/pkg-message.in >--- /usr/ports/deskutils/plans/files/pkg-message.in Mon Nov 7 04:07:40 2005 >+++ plans/files/pkg-message.in Fri Jan 13 11:11:15 2006 >@@ -1,5 +1,4 @@ >-Plans is available via http://localhost/plans/. >-Please make sure that your webserver is configured to accept .cgi >-scripts. >-Please check %%PREFIX%%/www/data/plans/plans_config.pl for the >-configuration file. >+Plans is now available via http://localhost/plans/ >+Please make sure that your webserver is configured to accept >+CGI scripts in %%DIR%% >+Plans can be configured by editing %%DIR%%/plans_config.pl >diff -urN /usr/ports/deskutils/plans/pkg-plist plans/pkg-plist >--- /usr/ports/deskutils/plans/pkg-plist Thu Nov 17 21:02:39 2005 >+++ plans/pkg-plist Fri Jan 13 11:08:23 2006 >@@ -323,6 +323,11 @@ > %%DIR%%/theme/upcoming_events.css > %%DIR%%/theme/upcoming_events.js > %%DIR%%/us_english.pl >+%%DIR%%/danish.pl >+%%DIR%%/de_german.pl >+%%DIR%%/fr_french.pl >+%%DIR%%/nl_dutch.pl >+%%DIR%%/zh_tw.pl > @dirrm %%DIR%%/theme/icons > @dirrm %%DIR%%/theme/graphics > @unexec rmdir %D/%%DIR%%/theme 2>/dev/null || true
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91742
: 61212