diff options
author | leeym <leeym@FreeBSD.org> | 2005-02-12 00:48:43 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-02-12 00:48:43 +0800 |
commit | a11c52f360a7ba5aaf68b24cbf00f746d36c3748 (patch) | |
tree | 0f469689691abc918b47273f6d8e29c78f4342c3 | |
parent | 4b8947f66eb591bfad441199d4fcc40c78a61455 (diff) | |
download | freebsd-ports-gnome-a11c52f360a7ba5aaf68b24cbf00f746d36c3748.tar.gz freebsd-ports-gnome-a11c52f360a7ba5aaf68b24cbf00f746d36c3748.tar.zst freebsd-ports-gnome-a11c52f360a7ba5aaf68b24cbf00f746d36c3748.zip |
- update openwebmail-devel to 2.50.20050210
- correct/relocate CONFLICTS and DISTNAME
-rw-r--r-- | mail/openwebmail-devel/Makefile | 7 | ||||
-rw-r--r-- | mail/openwebmail-devel/distinfo | 4 | ||||
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/mail/openwebmail-devel/Makefile b/mail/openwebmail-devel/Makefile index 14d79b25b88d..3291a883b73c 100644 --- a/mail/openwebmail-devel/Makefile +++ b/mail/openwebmail-devel/Makefile @@ -5,17 +5,16 @@ # $FreeBSD$ # -PORTVERSION= 2.50.20050112 +PORTVERSION= 2.50.20050210 MASTER_SITE_SUBDIR= snapshot -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([0-9]*)$/-\1/} PKGNAMESUFFIX= -devel +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= leeym@FreeBSD.org MASTERDIR= ${.CURDIR}/../openwebmail MD5_FILE= ${.CURDIR}/distinfo -CONFLICTS= ${PORTNAME}-[0-9].[0-9][0-9] -LATEST_LINK= openwebmail-devel +CONFLICTS= ${PORTNAME}-[0-9]* .include "${MASTERDIR}/Makefile" diff --git a/mail/openwebmail-devel/distinfo b/mail/openwebmail-devel/distinfo index de60c43b8b6d..4a8b33bd09f1 100644 --- a/mail/openwebmail-devel/distinfo +++ b/mail/openwebmail-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (openwebmail-2.50-20050112.tar.gz) = 6c794ff322cc1dff40643d1f2d8ff4d1 -SIZE (openwebmail-2.50-20050112.tar.gz) = 6894549 +MD5 (openwebmail-2.50-20050210.tar.gz) = eca9bf208ec6d9bdf9a27f683fb253f7 +SIZE (openwebmail-2.50-20050210.tar.gz) = 7023941 diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 0767c142b3c9..874d7f00f86d 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-T ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof -CONFLICTS?= ${PORTNAME}-[0-9].[0-9][0-9].[0-9]* +CONFLICTS?= ${PORTNAME}-devel-[0-9]* USE_PERL5= yes NO_BUILD= yes |