From ed9949c1576e843ab778e5f2f861b884b0a69acb Mon Sep 17 00:00:00 2001 From: itetcu Date: Thu, 4 Aug 2011 10:00:19 +0000 Subject: Update to the official 3.10.0 release MFC: 1 day --- mail/dspam-devel/Makefile | 10 ++++------ mail/dspam-devel/distinfo | 4 ++-- mail/dspam-devel/files/UPDATING | 7 +++++++ 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'mail/dspam-devel') diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 533451317615..9a3a738da13e 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -10,17 +10,18 @@ # or user variables (WITH*) changes please add an entry in ${FILESDIR}/UPDATING # Else the port will be broken. Thanks. -PORTNAME= dspam-devel +PORTNAME= dspam PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= # set later +PKGNAMESUFFIX= -devel MAINTAINER= itetcu@FreeBSD.org COMMENT= Bayesian spam filter - development version PORTVER_MAJ= 3.10.0 -SNAP_DATE= .r1 +#SNAP_DATE= .r1 #MIN_OPTIONS_VER= ${PORTNAME}-3.10.0. @@ -30,10 +31,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITE_SUBDIR= itetcu WRKSRC= ${WRKDIR}/dspam-${PORTVER_MAJ} .else -MASTER_SITES= http://dspam.irontec.com/sources/ \ - http://dspam.nuclearelephant.com/sources/ \ - http://dspam.systemadministrator.org/sources/ \ - http://dspam.sourceforge.net/sources/ \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ DISTFILES= dspam-${PORTVER_MAJ}.tar.gz WRKSRC= ${WRKDIR}/dspam-${PORTVER_MAJ} diff --git a/mail/dspam-devel/distinfo b/mail/dspam-devel/distinfo index d33191eebff5..ee748fd0da4c 100644 --- a/mail/dspam-devel/distinfo +++ b/mail/dspam-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dspam-devel-3.10.0.r1.tar.gz) = 9195f584bbfdf8d55efe6b383aac551c1ebbd2024305502f1fd7491da5f7e29b -SIZE (dspam-devel-3.10.0.r1.tar.gz) = 1027188 +SHA256 (dspam-3.10.0.tar.gz) = 9195f584bbfdf8d55efe6b383aac551c1ebbd2024305502f1fd7491da5f7e29b +SIZE (dspam-3.10.0.tar.gz) = 1027188 diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index 0fb87993191f..17d7b9d61531 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -10,6 +10,13 @@ also the UPGRADING enclosed in the dspam distribution. You can see it by doing in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` +########################################################################### +# dspam-devel-3.10.0,1 +# + +No change from RC1. + + ########################################################################### # dspam-devel-3.10.0.r1,1 # -- cgit