diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-04-02 14:20:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-04-02 14:20:40 +0000 |
commit | 473b41c9b4be4d7b60df2d31b8bc16b07182ac93 (patch) | |
tree | 1b36524e2fd07393f3742cfb247b14e9e5e3e3c6 /mail | |
parent | Mark BROKEN only while building with fox-devel, and not with fox. (diff) |
add dependency to misc/mime-support instead of installing its own mime.types
PR: ports/79074
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 14 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 14 | ||||
-rw-r--r-- | mail/sylpheed2-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed2/Makefile | 14 | ||||
-rw-r--r-- | mail/sylpheed2/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 14 | ||||
-rw-r--r-- | mail/sylpheed3/distinfo | 2 |
8 files changed, 24 insertions, 40 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index ef01a4bde4e1..433a973243e1 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -9,18 +9,17 @@ PORTNAME= sylpheed PORTVERSION= 1.0.4 PORTREVISION= 0 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \ - http://sylpheed.good-day.net/sylpheed/v1.0/:source \ - ${MASTER_SITE_SOURCEFORGE:S/$/:source/} -MASTER_SITE_SUBDIR= sylpheed-claws/:source oliver/:mime -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r.1/rc/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source mime.types:mime +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.0/:source \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sylpheed-claws DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support + USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -107,7 +106,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|mime\.types|sylpheed-mime\.types|g' \ + @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ ${WRKSRC}/src/procmime.c .if defined(NOPORTDOCS) @@ -131,7 +130,6 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} .endfor - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mime.types ${PREFIX}/etc/sylpheed-mime.types .endif .include <bsd.port.post.mk> diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 7f4bb473475b..0762655b8992 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,4 +1,2 @@ MD5 (sylpheed/sylpheed-1.0.4.tar.bz2) = e47b275c281335d09201503af2115eaa SIZE(sylpheed/sylpheed-1.0.4.tar.bz2) = 2377662 -MD5 (sylpheed/mime.types) = 7c0563d85e2e830c0266d54517ad62e8 -SIZE(sylpheed/mime.types) = 14979 diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 7ce2eb8ec4f0..c8dd08e69523 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -9,18 +9,17 @@ PORTNAME= sylpheed PORTVERSION= 1.9.7 PORTREVISION= 0 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \ - http://sylpheed.good-day.net/sylpheed/v1.9/:source \ - ${MASTER_SITE_SOURCEFORGE:S/$/:source/} -MASTER_SITE_SUBDIR= sylpheed-claws/:source oliver/:mime -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r.1/rc/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source mime.types:mime +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sylpheed-claws/ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support + USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -94,7 +93,7 @@ MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|mime\.types|sylpheed-mime\.types|g' \ + @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ ${WRKSRC}/src/procmime.c .if defined(NOPORTDOCS) @@ -118,7 +117,6 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.ja ${DOCSDIR} .endfor - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mime.types ${PREFIX}/etc/sylpheed-mime.types .endif .include <bsd.port.post.mk> diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo index e8440d1d16a8..ffedd499a828 100644 --- a/mail/sylpheed2-devel/distinfo +++ b/mail/sylpheed2-devel/distinfo @@ -1,4 +1,2 @@ MD5 (sylpheed/sylpheed-1.9.7.tar.bz2) = ef5ddd410cf19007a502f44274bee04c SIZE(sylpheed/sylpheed-1.9.7.tar.bz2) = 2219760 -MD5 (sylpheed/mime.types) = 7c0563d85e2e830c0266d54517ad62e8 -SIZE(sylpheed/mime.types) = 14979 diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 7ce2eb8ec4f0..c8dd08e69523 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -9,18 +9,17 @@ PORTNAME= sylpheed PORTVERSION= 1.9.7 PORTREVISION= 0 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \ - http://sylpheed.good-day.net/sylpheed/v1.9/:source \ - ${MASTER_SITE_SOURCEFORGE:S/$/:source/} -MASTER_SITE_SUBDIR= sylpheed-claws/:source oliver/:mime -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r.1/rc/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source mime.types:mime +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sylpheed-claws/ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support + USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -94,7 +93,7 @@ MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|mime\.types|sylpheed-mime\.types|g' \ + @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ ${WRKSRC}/src/procmime.c .if defined(NOPORTDOCS) @@ -118,7 +117,6 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.ja ${DOCSDIR} .endfor - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mime.types ${PREFIX}/etc/sylpheed-mime.types .endif .include <bsd.port.post.mk> diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo index e8440d1d16a8..ffedd499a828 100644 --- a/mail/sylpheed2/distinfo +++ b/mail/sylpheed2/distinfo @@ -1,4 +1,2 @@ MD5 (sylpheed/sylpheed-1.9.7.tar.bz2) = ef5ddd410cf19007a502f44274bee04c SIZE(sylpheed/sylpheed-1.9.7.tar.bz2) = 2219760 -MD5 (sylpheed/mime.types) = 7c0563d85e2e830c0266d54517ad62e8 -SIZE(sylpheed/mime.types) = 14979 diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 7ce2eb8ec4f0..c8dd08e69523 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -9,18 +9,17 @@ PORTNAME= sylpheed PORTVERSION= 1.9.7 PORTREVISION= 0 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \ - http://sylpheed.good-day.net/sylpheed/v1.9/:source \ - ${MASTER_SITE_SOURCEFORGE:S/$/:source/} -MASTER_SITE_SUBDIR= sylpheed-claws/:source oliver/:mime -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r.1/rc/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source mime.types:mime +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sylpheed-claws/ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support + USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -94,7 +93,7 @@ MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g; s|-lpisock\"|-liconv &|g; ' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|mime\.types|sylpheed-mime\.types|g' \ + @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ ${WRKSRC}/src/procmime.c .if defined(NOPORTDOCS) @@ -118,7 +117,6 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${i}.ja ${DOCSDIR} .endfor - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/mime.types ${PREFIX}/etc/sylpheed-mime.types .endif .include <bsd.port.post.mk> diff --git a/mail/sylpheed3/distinfo b/mail/sylpheed3/distinfo index e8440d1d16a8..ffedd499a828 100644 --- a/mail/sylpheed3/distinfo +++ b/mail/sylpheed3/distinfo @@ -1,4 +1,2 @@ MD5 (sylpheed/sylpheed-1.9.7.tar.bz2) = ef5ddd410cf19007a502f44274bee04c SIZE(sylpheed/sylpheed-1.9.7.tar.bz2) = 2219760 -MD5 (sylpheed/mime.types) = 7c0563d85e2e830c0266d54517ad62e8 -SIZE(sylpheed/mime.types) = 14979 |