diff options
author | xtraeme <xtraeme> | 2003-09-28 11:38:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-09-28 11:38:51 +0000 |
commit | 4f2619f87a3e69768f2a8e74b4677fee9e876c8b (patch) | |
tree | 76f7eb74d60eb077d9099fc2e4c83fe0169539f1 /mail | |
parent | 05996829c52b70d482f91873985251a9aa2a5d37 (diff) | |
download | pkgsrc-4f2619f87a3e69768f2a8e74b4677fee9e876c8b.tar.gz |
Bump package revision (Conflict with sylpheed-gtk2)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 1b79d6f15c1..d9a07cb86fd 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2003/09/03 18:19:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2003/09/28 11:38:51 xtraeme Exp $ # DISTNAME= sylpheed-0.9.4claws +PKGREVISION= 1 PKGNAME= sylpheed-claws-0.9.4 CATEGORIES= mail news x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} @@ -13,7 +14,7 @@ COMMENT= X based e-mail and netnews client BUILD_USES_MSGFMT= yes -CONFLICTS= sylpheed-[0-9]* +CONFLICTS= sylpheed-[0-9]* sylpheed-gtk2-[0-9]* USE_BUILDLINK2= yes USE_PKGINSTALL= yes diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 8d22f7df029..774f52b6ab8 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2003/09/17 23:01:53 recht Exp $ +# $NetBSD: Makefile,v 1.49 2003/09/28 11:38:51 xtraeme Exp $ DISTNAME= sylpheed-0.9.6 -#PKGREVISION= 2 +PKGREVISION= 1 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ COMMENT= X based e-mail and netnews client BUILD_USES_MSGFMT= yes DEPENDS+= metamail>=2.7:../../mail/metamail -CONFLICTS= sylpheed-claws-[0-9]* +CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]* USE_BUILDLINK2= yes USE_PKGINSTALL= yes |