FreeBSD Bugzilla – Attachment 62687 Details for
Bug 93648
[maintainer update] [patch] Updated ftp site and new version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch.diff
patch.diff (text/plain), 2.26 KB, created by
kelley
on 2006-02-21 15:20:10 UTC
(
hide
)
Description:
patch.diff
Filename:
MIME Type:
Creator:
kelley
Created:
2006-02-21 15:20:10 UTC
Size:
2.26 KB
patch
obsolete
>diff -ruN ismail.bak/Makefile ismail/Makefile >--- ismail.bak/Makefile Tue Dec 21 18:34:57 2004 >+++ ismail/Makefile Tue Feb 21 10:01:57 2006 >@@ -6,10 +6,10 @@ > # > > PORTNAME= ismail >-PORTVERSION= 2.0.p4 >+PORTVERSION= 2.0 > CATEGORIES= www mail >-MASTER_SITES= ftp://ftp.verbotenplanet.net/ISMail/ >-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} >+MASTER_SITES= ftp://ftp.insidesystems.net/ISMail/ >+DISTNAME= ${PORTNAME}-${PORTVERSION} > > MAINTAINER= kelley@insidesystems.net > COMMENT= PHP-based webmail client >@@ -34,8 +34,9 @@ > > LIB_DEPENDS+= c-client4.8:${PORTSDIR}/mail/cclient > >-SED_SCRIPT= -e 's,%%INSTALL_DATA%%,${INSTALL_DATA},g' \ >+SED_SCRIPT= -e 's,%%INSTALL_SCRIPT%%,${INSTALL_SCRIPT},g' \ > -e 's,%%MKDIR%%,${MKDIR},g' \ >+ -e 's,%%CHOWN%%,${CHOWN},g' \ > -e 's,%%WRKSRC%%,${WRKSRC},g' \ > -e 's,%%ISMAILDIR%%,${ISMAILDIR},g' \ > -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ >@@ -69,7 +70,7 @@ > > do-install: > ${SH} ${WRKDIR}/install.sh >- ${CHMOD} -R 644 ${INSTALLDIR} >+ ${CHOWN} -R www:www ${INSTALLDIR} > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > .for docfile in ${PORTDOC_FILES} >diff -ruN ismail.bak/distinfo ismail/distinfo >--- ismail.bak/distinfo Mon Jan 23 22:13:11 2006 >+++ ismail/distinfo Tue Feb 21 08:53:26 2006 >@@ -1,3 +1,3 @@ >-MD5 (ismail-2.0pre4.tar.bz2) = 6896aa031c3f2bf21ee88be8d1e9cc39 >-SHA256 (ismail-2.0pre4.tar.bz2) = d8800dd6121fc1798bcc8f1a3638fe8f9b5e91f36cb7a1dc2136da23209f496b >-SIZE (ismail-2.0pre4.tar.bz2) = 135465 >+MD5 (ismail-2.0.tar.bz2) = 906c39d9251dab161ba4e086f1ea4e28 >+SHA256 (ismail-2.0.tar.bz2) = 742b9564cab4a8dbbeef64a7a6f3ae15d359c32c58fc0900b8c6982146476271 >+SIZE (ismail-2.0.tar.bz2) = 129644 >diff -ruN ismail.bak/files/install.sh ismail/files/install.sh >--- ismail.bak/files/install.sh Tue Dec 21 18:34:57 2004 >+++ ismail/files/install.sh Tue Feb 21 10:03:21 2006 >@@ -10,8 +10,8 @@ > # Install the required files > for file in `cat pkg-plist | grep -v @ | grep ISMAILDIR | sed 's,%%[A-Z]*%%,,g'`; do > dir=`echo "${file}" | sed 's,/[^/]*$,/,g'` >- if [ -d %%WRKSRC%%/ISMail/${dir} ]; then >+ if [ -d %%WRKSRC%%/ismail/${dir} ]; then > %%MKDIR%% %%INSTALLDIR%%/${dir} > fi >- %%INSTALL_DATA%% %%WRKSRC%%/ISMail/${file} %%INSTALLDIR%%/${file} >+ %%INSTALL_SCRIPT%% %%WRKSRC%%/ismail/${file} %%INSTALLDIR%%/${file} > done
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 93648
: 62687