Date: Sun, 7 May 2000 11:53:41 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/18438: Update port: mail/asmail to 0.56 Message-ID: <20000507185341.BC03137B80E@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 18438 >Category: ports >Synopsis: Update port: mail/asmail to 0.56 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 07 12:00:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.56 >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/asmail/Makefile mail/asmail/Makefile --- /usr/ports/mail/asmail/Makefile Mon Apr 17 20:12:25 2000 +++ mail/asmail/Makefile Mon May 8 03:40:01 2000 @@ -6,32 +6,34 @@ # PORTNAME= asmail -PORTVERSION= 0.54 +PORTVERSION= 0.56 CATEGORIES= mail afterstep -MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asmail/ \ - ftp://ftp.afterstep.org/apps/asmail/ +MASTER_SITES= http://asmail.sourceforge.net/files/ \ + ftp://gates.enemy.at/pub/ MAINTAINER= brett@peloton.runet.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -GNU_CONFIGURE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shaping MAN1= asmail.1 +post-patch: + @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/sample.asmailrc + post-install: + ${INSTALL_MAN} ${WRKSRC}/asmail.man ${PREFIX}/man/man1/asmail.1 @${MKDIR} ${PREFIX}/include/X11/pixmaps/cloud-e - @${INSTALL_DATA} ${WRKSRC}/pixmaps/cloud-e/*.xpm ${PREFIX}/include/X11/pixmaps/cloud-e - @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/include/X11/pixmaps - @${INSTALL_MAN} ${WRKSRC}/asmail.man ${PREFIX}/man/man1/asmail.1 - @${MKDIR} ${PREFIX}/share/doc/asmail - @${INSTALL_DATA} ${WRKSRC}/sample.asmailrc ${PREFIX}/share/doc/asmail - @strip ${PREFIX}/bin/asmail + ${INSTALL_DATA} ${WRKSRC}/pixmaps/cloud-e/*.xpm ${PREFIX}/include/X11/pixmaps/cloud-e + ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/include/X11/pixmaps + @${MKDIR} ${PREFIX}/share/examples/asmail + ${INSTALL_DATA} ${WRKSRC}/sample.asmailrc ${PREFIX}/share/examples/asmail .if !defined(NOPORTDOCS) - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/asmail - @${ECHO} "===> README installed in ${PREFIX}/share/doc/asmail" + @${MKDIR} ${PREFIX}/share/doc/asmail + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/asmail .endif .include <bsd.port.mk> diff -urN /usr/ports/mail/asmail/files/md5 mail/asmail/files/md5 --- /usr/ports/mail/asmail/files/md5 Sun Jul 18 02:30:59 1999 +++ mail/asmail/files/md5 Fri Apr 14 18:25:37 2000 @@ -1 +1 @@ -MD5 (asmail-0.54.tar.gz) = d8f9a18eba13d470785c85669b803969 +MD5 (asmail-0.56.tar.gz) = 71d3eebbc7b4451be44bab1a95e4b310 diff -urN /usr/ports/mail/asmail/patches/patch-ab mail/asmail/patches/patch-ab --- /usr/ports/mail/asmail/patches/patch-ab Sun Jul 18 02:30:59 1999 +++ mail/asmail/patches/patch-ab Mon May 8 03:40:21 2000 @@ -1,6 +1,6 @@ ---- sample.asmailrc.orig Mon Jun 21 10:11:24 1999 -+++ sample.asmailrc Sat Jul 17 14:10:08 1999 -@@ -69,7 +69,7 @@ +--- sample.asmailrc.orig Thu Apr 13 18:55:58 2000 ++++ sample.asmailrc Mon May 1 22:48:33 2000 +@@ -70,7 +70,7 @@ ######################################################### # Turns off shaped window # ######################################################### @@ -9,39 +9,36 @@ ######################################################### -@@ -115,25 +115,25 @@ +@@ -116,25 +116,25 @@ ######################################################### # Assign frame if not shaped # ######################################################### -#Frame ~/GNUstep/Library/AfterStep/desktop/icons/8bpp/frame.xpm -+#Frame /usr/X11R6/include/X11/pixmaps/frame.xpm ++#Frame %%PREFIX%%/include/X11/pixmaps/frame.xpm ######################################################### # Assign icons/animations # ######################################################### --NoMail -- /usr/local/share/afterstep/desktop/icons/common/Mail1.xpm -+NoMail -+ /usr/X11R6/include/X11/pixmaps/nomail_s.xpm + NoMail +-# /usr/local/share/afterstep/desktop/icons/common/Mail1.xpm ++ %%PREFIX%%/include/X11/pixmaps/nomail_s.xpm End --OldMail -- /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm -+OldMail -+ /usr/X11R6/include/X11/pixmaps/oldmail_s.xpm + OldMail +-# /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm ++ %%PREFIX%%/include/X11/pixmaps/oldmail_s.xpm End --NewMail -- /usr/local/share/afterstep/desktop/icons/common/Mail1.xpm -- /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm -- /usr/local/share/afterstep/desktop/icons/common/Mail3.xpm -- /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm -+NewMail -+ /usr/X11R6/include/X11/pixmaps/oldmail_s.xpm -+ /usr/X11R6/include/X11/pixmaps/newmail_s.xpm -+ /usr/X11R6/include/X11/pixmaps/oldmail_s.xpm -+ /usr/X11R6/include/X11/pixmaps/newmail_s.xpm + NewMail +-# /usr/local/share/afterstep/desktop/icons/common/Mail1.xpm +-# /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm +-# /usr/local/share/afterstep/desktop/icons/common/Mail3.xpm +-# /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm ++ %%PREFIX%%/include/X11/pixmaps/oldmail_s.xpm ++ %%PREFIX%%/include/X11/pixmaps/newmail_s.xpm ++ %%PREFIX%%/include/X11/pixmaps/oldmail_s.xpm ++ %%PREFIX%%/include/X11/pixmaps/newmail_s.xpm End ######################################################### diff -urN /usr/ports/mail/asmail/pkg/DESCR mail/asmail/pkg/DESCR --- /usr/ports/mail/asmail/pkg/DESCR Tue Nov 4 17:08:47 1997 +++ mail/asmail/pkg/DESCR Fri Apr 14 18:28:05 2000 @@ -3,5 +3,7 @@ It can be put in the Wharf, execute a program on incoming mail, execute a program upon mouseclick, show animations and more... +WWW: http://asmail.sourceforge.net/ + -Brett brett@peloton.physics.montana.edu diff -urN /usr/ports/mail/asmail/pkg/PLIST mail/asmail/pkg/PLIST --- /usr/ports/mail/asmail/pkg/PLIST Sun Jul 18 02:31:00 1999 +++ mail/asmail/pkg/PLIST Fri Apr 14 18:41:09 2000 @@ -72,7 +72,8 @@ include/X11/pixmaps/cloud-e/m-e28.xpm include/X11/pixmaps/cloud-e/m-e29.xpm include/X11/pixmaps/cloud-e/m-e30.xpm -share/doc/asmail/sample.asmailrc +share/examples/asmail/sample.asmailrc share/doc/asmail/README -@dirrm include/X11/pixmaps/cloud-e +@dirrm share/examples/asmail @dirrm share/doc/asmail +@dirrm include/X11/pixmaps/cloud-e >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000507185341.BC03137B80E>