Index: head/mail/elmo-devel/Makefile =================================================================== --- head/mail/elmo-devel/Makefile (revision 119422) +++ head/mail/elmo-devel/Makefile (revision 119423) @@ -1,52 +1,52 @@ # New ports collection makefile for: elmo # Date created: 2003-09-27 # Whom: trevor # # $FreeBSD$ # PORTNAME= elmo -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -devel MAINTAINER= adamw@FreeBSD.org COMMENT= Receive, filter, read, compose and send mail at the text console CONFLICTS= elmo-[0-9]* GNU_CONFIGURE= yes USE_GETTEXT= yes USE_ICONV= yes USE_OPENSSL= yes USE_PERL5_RUN= yes USE_REINPLACE= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" MAN1= elmo.1 elmoconf.pl.1 .include .if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme .else pre-everything:: @${ECHO_CMD} @${ECHO_CMD} "Define WITH_GPGME=yes to build with gpgme support." @${ECHO_CMD} .endif post-patch: @${REINPLACE_CMD} -e "s|/usr/bin/env perl|${PERL} -w|" \ ${WRKSRC}/src/elmoconf.pl post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/elmo-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/mail/elmo-devel/distinfo =================================================================== --- head/mail/elmo-devel/distinfo (revision 119422) +++ head/mail/elmo-devel/distinfo (revision 119423) @@ -1,2 +1,2 @@ -MD5 (elmo-1.3.1.tar.gz) = 551171feb937a7b58372682993653ba5 -SIZE (elmo-1.3.1.tar.gz) = 534779 +MD5 (elmo-1.3.2.tar.gz) = bc3836a276b092fde8555e42532d4bc8 +SIZE (elmo-1.3.2.tar.gz) = 536768 Property changes on: head/mail/elmo-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/mail/elmo-devel/pkg-plist =================================================================== --- head/mail/elmo-devel/pkg-plist (revision 119422) +++ head/mail/elmo-devel/pkg-plist (revision 119423) @@ -1,7 +1,11 @@ bin/elmo bin/elmoconf.pl %%DATADIR%%/template +%%DATADIR%%/themes/80x25 +%%DATADIR%%/themes/README +%%DATADIR%%/themes/outlook %%DATADIR%%/tutorial share/locale/de/LC_MESSAGES/elmo.mo share/locale/pl/LC_MESSAGES/elmo.mo +@dirrm %%DATADIR%%/themes @dirrm %%DATADIR%% Property changes on: head/mail/elmo-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property