diff options
author | garga <garga@FreeBSD.org> | 2006-02-27 23:47:42 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-27 23:47:42 +0800 |
commit | 5d386678cd6555fd95428bdef94f7fe6a4f275ac (patch) | |
tree | f42dad9a38a3d3e21f10c6c795b60d7748afcfcb /mail/dspam-devel | |
parent | f9a399a3a4619999a3d1e8cf4df683ca5a9a23f3 (diff) | |
download | freebsd-ports-gnome-5d386678cd6555fd95428bdef94f7fe6a4f275ac.tar.gz freebsd-ports-gnome-5d386678cd6555fd95428bdef94f7fe6a4f275ac.tar.zst freebsd-ports-gnome-5d386678cd6555fd95428bdef94f7fe6a4f275ac.zip |
Unbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING.
PR: ports/93847
Submitted by: maintainer
Approved by: portmgr (linimon)
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r-- | mail/dspam-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/dspam-devel/files/UPDATING | 8 | ||||
-rw-r--r-- | mail/dspam-devel/files/dspam-devel.sh.in | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 97f00141d189..63e1a8f161a2 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> # # $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 @@ -22,7 +22,7 @@ COMMENT= Bayesian spam filter - development version PORTVER_MAJ= 3.6.4 #SNAP_DATE= .20060211.0037 -_UPD_LINE_NO= 9 +_UPD_LINE_NO= 7 MIN_OPTIONS_VER= ${PORTNAME}-3.6.3.20060203.1409 diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index 98f892945232..812ca1ac72a3 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -11,6 +11,14 @@ in the port directory: 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 # diff --git a/mail/dspam-devel/files/dspam-devel.sh.in b/mail/dspam-devel/files/dspam-devel.sh.in index 1b89dd9e2599..0bd58aeb903d 100644 --- a/mail/dspam-devel/files/dspam-devel.sh.in +++ b/mail/dspam-devel/files/dspam-devel.sh.in @@ -1,7 +1,7 @@ #!/bin/sh # $FreeBSD$ # 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 # REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%% |