View | Details | Raw Unified | Return to bug 93847
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
# Whom:			Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
3
# Whom:			Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
4
#
4
#
5
# $FreeBSD: ports/mail/dspam-devel/Makefile,v 1.48 2006/02/23 10:37:45 ade Exp $
5
# $FreeBSD: ports/mail/dspam-devel/Makefile,v 1.48 2006/02/23 10:37:45 ade Exp $
6
# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.34 2006/02/11 09:26:54 itetcu Exp $
6
# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.36 2006/02/26 02:23:16 itetcu Exp $
7
#
7
#
8
8
9
# Note to commiters: If don't commit a maintainer patch and as a result PKGNAME
9
# Note to commiters: If don't commit a maintainer patch and as a result PKGNAME
Lines 22-28 Link Here
22
22
23
PORTVER_MAJ=	3.6.4
23
PORTVER_MAJ=	3.6.4
24
#SNAP_DATE=	.20060211.0037
24
#SNAP_DATE=	.20060211.0037
25
_UPD_LINE_NO=	9
25
_UPD_LINE_NO=	7
26
26
27
MIN_OPTIONS_VER=	${PORTNAME}-3.6.3.20060203.1409
27
MIN_OPTIONS_VER=	${PORTNAME}-3.6.3.20060203.1409
28
28
(-)files/UPDATING (+8 lines)
Lines 11-16 Link Here
11
make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
11
make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
12
12
13
###########################################################################
13
###########################################################################
14
# dspam-devel-3.6.4_1 (Added post-factum, mega libtool commit)
15
#
16
17
No functional changes, PORTREVISION bump for plist chage because now we
18
install .la files.
19
20
21
###########################################################################
14
# dspam-devel-3.6.4
22
# dspam-devel-3.6.4
15
#
23
#
16
24
(-)files/dspam-devel.sh.in (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# $FreeBSD: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.8 2006/02/12 01:27:37 lawrance Exp $
2
# $FreeBSD: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.8 2006/02/12 01:27:37 lawrance Exp $
3
# formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
3
# formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
4
# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.7 2006/02/11 00:49:31 itetcu Exp $
4
# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.8 2006/02/26 00:08:23 itetcu Exp $
5
5
6
# PROVIDE: dspam
6
# PROVIDE: dspam
7
# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%
7
# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%

Return to bug 93847