Date: Sat, 19 Nov 2005 00:00:26 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89237: Update port: mail/wmbiff to 0.4.27 Message-ID: <20051119000026.47765603.tkato432@yahoo.com> Resent-Message-ID: <200511181510.jAIFASPt033643@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89237 >Category: ports >Synopsis: Update port: mail/wmbiff to 0.4.27 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 18 15:10:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p13 i386 >Organization: >Environment: >Description: - Update to version 0.4.27 Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/wmbiff/Makefile mail/wmbiff/Makefile --- /usr/ports/mail/wmbiff/Makefile Wed Nov 16 03:37:35 2005 +++ mail/wmbiff/Makefile Fri Nov 18 22:23:17 2005 @@ -5,34 +5,43 @@ # $FreeBSD: ports/mail/wmbiff/Makefile,v 1.27 2005/11/15 09:58:46 simon Exp $ # -PORTNAME= wmbiff -PORTVERSION= 0.4.26 -PORTREVISION= 1 -CATEGORIES= mail windowmaker afterstep -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +PORTNAME= wmbiff +PORTVERSION= 0.4.27 +CATEGORIES= mail windowmaker afterstep +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org -COMMENT= An xbiff-like Window Maker dock app +MAINTAINER= ports@FreeBSD.org +COMMENT= An xbiff-like Window Maker dock app -USE_X_PREFIX= yes +OPTIONS= GNUTLS "Support for SSL" off -OPTIONS= GNUTLS "Support for SSL" off +USE_X_PREFIX= yes +USE_XPM= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +MAN1= wmbiff.1 +MAN5= wmbiffrc.5 +PLIST_FILES= bin/wmbiff \ + lib/wmbiff/security.debian.rb \ + %%DATADIR%%/sample.wmbiffrc \ + %%DATADIR%%/skins/wmbiff-master-contrast.xpm \ + %%DATADIR%%/skins/wmbiff-master-led.xpm +PLIST_DIRS= %%DATADIR%%/skins \ + %%DATADIR%% \ + lib/wmbiff .include <bsd.port.pre.mk> -.ifdef WITH_GNUTLS -LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gnutls.12:${PORTSDIR}/security/gnutls +.if defined(WITH_GNUTLS) +LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \ + gnutls.12:${PORTSDIR}/security/gnutls +CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \ + --with-libgcrypt-prefix=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-crypto .endif - -USE_XPM= yes -GNU_CONFIGURE= yes - -MAN1= wmbiff.1 -MAN5= wmbiffrc.5 post-install: @${ECHO_MSG} "===> Installing sample.wmbiffrc to ${DATADIR}" diff -urN /usr/ports/mail/wmbiff/distinfo mail/wmbiff/distinfo --- /usr/ports/mail/wmbiff/distinfo Fri Oct 15 03:11:37 2004 +++ mail/wmbiff/distinfo Wed Nov 16 01:06:38 2005 @@ -1,2 +1,3 @@ -MD5 (wmbiff-0.4.26.tar.gz) = f2838aa81be972713c7ef70e946fcedc -SIZE (wmbiff-0.4.26.tar.gz) = 200237 +MD5 (wmbiff-0.4.27.tar.gz) = 50466b6e4a143cf4e55546b34d5792e6 +SHA256 (wmbiff-0.4.27.tar.gz) = c25b7b3d3a5ddbbfa9f85bb39f553f5bc001189fc624e6761d986369068d7da3 +SIZE (wmbiff-0.4.27.tar.gz) = 201713 diff -urN /usr/ports/mail/wmbiff/pkg-plist mail/wmbiff/pkg-plist --- /usr/ports/mail/wmbiff/pkg-plist Sat Apr 12 22:56:38 2003 +++ mail/wmbiff/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,8 +0,0 @@ -bin/wmbiff -lib/wmbiff/security.debian.rb -share/wmbiff/sample.wmbiffrc -share/wmbiff/skins/wmbiff-master-led.xpm -share/wmbiff/skins/wmbiff-master-contrast.xpm -@dirrm lib/wmbiff -@dirrm share/wmbiff/skins -@dirrm share/wmbiff >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051119000026.47765603.tkato432>