Date: Sat, 24 Mar 2007 20:39:20 -0800 From: "Beech Rintoul" <beech@alaskaparadise.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: infofarmer@FreeBSD.org Subject: ports/110785: [Maintainer Update] mail/mimp - Update to 1.0.1 Message-ID: <1174797560.48628@stargate.alaskaparadise.com> Resent-Message-ID: <200703250440.l2P4e5sY081480@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110785 >Category: ports >Synopsis: [Maintainer Update] mail/mimp - Update to 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 25 04:40:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Beech Rintoul >Release: FreeBSD 7.0-CURRENT i386 >Organization: Alaska Paradise >Environment: System: FreeBSD 7.0-CURRENT #111: Sat Mar 24 08:52:58 AKDT 2007 root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE >Description: Update to 1.0.1 Fix - install Add Catalan translation. Add Portuguese translation. Add Dutch translation. >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/mail/mimp.orig/Makefile /usr/ports/mail/mimp/Makefile --- /usr/ports/mail/mimp.orig/Makefile Wed Mar 21 12:28:58 2007 +++ /usr/ports/mail/mimp/Makefile Sat Mar 24 19:55:44 2007 @@ -6,7 +6,7 @@ # PORTNAME= mimp -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= mail www MASTER_SITES= HORDE DISTNAME= ${PORTNAME}-h3-${PORTVERSION} @@ -67,7 +67,7 @@ USE_GETTEXT= yes REINPLACE_ARGS= -i.beforeMIMP -PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES +PORTDOCS= README COPYING CHANGES CREDITS INSTALL RELEASE_NOTES CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ prefs.php servers.php trailer.txt conf.xml .htaccess SUB_DIRS= config lib locale po templates themes @@ -116,6 +116,7 @@ post-extract: @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ + @${MV} ${WRKSRC}/COPYING ${WRKSRC}/docs/ pre-configure: @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml @@ -160,15 +161,12 @@ do-install: @${INSTALL} -d ${MIMPDIR}/ -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${MIMPDIR}/ -.endfor - @${CP} -p ${WRKSRC}/*.php ${MIMPDIR}/ + @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${MIMPDIR}/ + @${CP} -p ${WRKSRC}/*.php ${MIMPDIR}/ @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ @${INSTALL_DATA} ${WRKDIR}/httpd-mimp.conf ${HORDE_INC}/ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${MIMPDIR}/ @${CHMOD} -R o-rwx ${CONFDIR}/ - .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR}/ @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ diff -ruN --exclude=CVS /usr/ports/mail/mimp.orig/distinfo /usr/ports/mail/mimp/distinfo --- /usr/ports/mail/mimp.orig/distinfo Thu Feb 22 02:58:36 2007 +++ /usr/ports/mail/mimp/distinfo Sat Mar 24 19:56:47 2007 @@ -1,3 +1,3 @@ -MD5 (mimp-h3-1.0.tar.gz) = 5fd92232cbc7008563c7200c72a7a6e7 -SHA256 (mimp-h3-1.0.tar.gz) = c71b3e9af46bbd1ad1caf54cf02ce99e01d5e762b982c6f0ac218e684fc94757 -SIZE (mimp-h3-1.0.tar.gz) = 491972 +MD5 (mimp-h3-1.0.1.tar.gz) = 588c5b162165ccf838f5db8d45cda0d7 +SHA256 (mimp-h3-1.0.1.tar.gz) = cef9c9b06d384bc2d25ed300f9d750cfdc5db347628039580180f06000a68f4c +SIZE (mimp-h3-1.0.1.tar.gz) = 677800 diff -ruN --exclude=CVS /usr/ports/mail/mimp.orig/pkg-plist /usr/ports/mail/mimp/pkg-plist --- /usr/ports/mail/mimp.orig/pkg-plist Thu Feb 22 03:41:44 2007 +++ /usr/ports/mail/mimp/pkg-plist Sat Mar 24 20:15:20 2007 @@ -37,6 +37,7 @@ %%MIMPDIR%%/lib/api.php %%MIMPDIR%%/lib/prefs.php %%MIMPDIR%%/lib/version.php +%%MIMPDIR%%/locale/ca_ES/LC_MESSAGES/mimp.mo %%MIMPDIR%%/locale/de_DE/LC_MESSAGES/mimp.mo %%MIMPDIR%%/locale/es_ES/LC_MESSAGES/mimp.mo %%MIMPDIR%%/locale/fi_FI/LC_MESSAGES/mimp.mo @@ -44,12 +45,15 @@ %%MIMPDIR%%/locale/hu_HU/LC_MESSAGES/mimp.mo %%MIMPDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo %%MIMPDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo +%%MIMPDIR%%/locale/nl_NL/LC_MESSAGES/mimp.mo +%%MIMPDIR%%/locale/pt_PT/LC_MESSAGES/mimp.mo %%MIMPDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo %%MIMPDIR%%/login.php %%MIMPDIR%%/mailbox.php %%MIMPDIR%%/message.php %%MIMPDIR%%/po/README %%MIMPDIR%%/po/mimp.pot +%%MIMPDIR%%/po/ca_ES.po %%MIMPDIR%%/po/de_DE.po %%MIMPDIR%%/po/es_ES.po %%MIMPDIR%%/po/fi_FI.po @@ -57,6 +61,8 @@ %%MIMPDIR%%/po/hu_HU.po %%MIMPDIR%%/po/it_IT.po %%MIMPDIR%%/po/lt_LT.po +%%MIMPDIR%%/po/nl_NL.po +%%MIMPDIR%%/po/pt_PT.po %%MIMPDIR%%/po/ro_RO.po %%MIMPDIR%%/redirect.php %%MIMPDIR%%/templates/common-header.inc @@ -83,6 +89,10 @@ @dirrm %%MIMPDIR%%/po @dirrm %%MIMPDIR%%/locale/ro_RO/LC_MESSAGES @dirrm %%MIMPDIR%%/locale/ro_RO +@dirrm %%MIMPDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%MIMPDIR%%/locale/pt_PT +@dirrm %%MIMPDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%MIMPDIR%%/locale/nl_NL @dirrm %%MIMPDIR%%/locale/lt_LT/LC_MESSAGES @dirrm %%MIMPDIR%%/locale/lt_LT @dirrm %%MIMPDIR%%/locale/it_IT/LC_MESSAGES @@ -97,6 +107,8 @@ @dirrm %%MIMPDIR%%/locale/es_ES @dirrm %%MIMPDIR%%/locale/de_DE/LC_MESSAGES @dirrm %%MIMPDIR%%/locale/de_DE +@dirrm %%MIMPDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%MIMPDIR%%/locale/ca_ES @dirrm %%MIMPDIR%%/locale @dirrm %%MIMPDIR%%/lib/MIME/Viewer @dirrm %%MIMPDIR%%/lib/MIME >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1174797560.48628>