mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Unbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING.
PR: ports/93847 Submitted by: maintainer Approved by: portmgr (linimon)
This commit is contained in:
parent
ef474573af
commit
27ee63e23b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156863
3 changed files with 11 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.34 2006/02/11 09:26:54 itetcu Exp $
|
# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.36 2006/02/26 02:23:16 itetcu Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# Note to commiters: If don't commit a maintainer patch and as a result PKGNAME
|
# Note to commiters: If don't commit a maintainer patch and as a result PKGNAME
|
||||||
|
@ -22,7 +22,7 @@ COMMENT= Bayesian spam filter - development version
|
||||||
|
|
||||||
PORTVER_MAJ= 3.6.4
|
PORTVER_MAJ= 3.6.4
|
||||||
#SNAP_DATE= .20060211.0037
|
#SNAP_DATE= .20060211.0037
|
||||||
_UPD_LINE_NO= 9
|
_UPD_LINE_NO= 7
|
||||||
|
|
||||||
MIN_OPTIONS_VER= ${PORTNAME}-3.6.3.20060203.1409
|
MIN_OPTIONS_VER= ${PORTNAME}-3.6.3.20060203.1409
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,14 @@ also the UPGRADING enclosed in the dspam distribution. You can see it by doing
|
||||||
in the port directory:
|
in the port directory:
|
||||||
make extract; more `find . -type f -maxdepth 2 -name UPGRADING`
|
make extract; more `find . -type f -maxdepth 2 -name UPGRADING`
|
||||||
|
|
||||||
|
###########################################################################
|
||||||
|
# dspam-devel-3.6.4_1 (Added post-factum, mega libtool commit)
|
||||||
|
#
|
||||||
|
|
||||||
|
No functional changes, PORTREVISION bump for plist chage because now we
|
||||||
|
install .la files.
|
||||||
|
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# dspam-devel-3.6.4
|
# dspam-devel-3.6.4
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
|
# formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
|
||||||
# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.7 2006/02/11 00:49:31 itetcu Exp $
|
# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.8 2006/02/26 00:08:23 itetcu Exp $
|
||||||
|
|
||||||
# PROVIDE: dspam
|
# PROVIDE: dspam
|
||||||
# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%
|
# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue