diff options
author | pat <pat@FreeBSD.org> | 2002-02-19 01:25:09 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-19 01:25:09 +0800 |
commit | 194825283070db00226c26c012d5b113df73bb99 (patch) | |
tree | e2bea1f51b1fa641b9a5c5362b4a1e2edb3783bb /mail/sylpheed | |
parent | 83ebd8db07c14056476069e9b0135b313378d56e (diff) | |
download | freebsd-ports-gnome-194825283070db00226c26c012d5b113df73bb99.tar.gz freebsd-ports-gnome-194825283070db00226c26c012d5b113df73bb99.tar.zst freebsd-ports-gnome-194825283070db00226c26c012d5b113df73bb99.zip |
- Update to 0.7.2
- Fix dependency problem with jpilot
PR: 35069, 35040
Submitted by: maintainer, SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 3955cba2fb71..264fa6912556 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= ${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot +RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else CONFIGURE_ARGS+= --disable-jpilot diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index a5c7a6afdf9f..9507e0daa65d 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.7.1.tar.bz2) = 53e8b23e927b6de4b38936b652d7fc4e +MD5 (sylpheed-0.7.2.tar.bz2) = da94286fb3f621dec719f1bee8e01238 |