diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-01 13:24:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-01 13:24:17 +0800 |
commit | c2647051087563c583e65f9d81fd4e31c112cd60 (patch) | |
tree | 481fdab286dc559590e772f33d267bdc5487792b /news | |
parent | a6086be344b121bfff6cc7476f9a7eb2ebe39b0e (diff) | |
download | freebsd-ports-gnome-c2647051087563c583e65f9d81fd4e31c112cd60.tar.gz freebsd-ports-gnome-c2647051087563c583e65f9d81fd4e31c112cd60.tar.zst freebsd-ports-gnome-c2647051087563c583e65f9d81fd4e31c112cd60.zip |
- Update to 4.3.2
Diffstat (limited to 'news')
-rw-r--r-- | news/suck/Makefile | 4 | ||||
-rw-r--r-- | news/suck/distinfo | 2 | ||||
-rw-r--r-- | news/suck/files/patch-Makefile.in | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 90f145bc6e62..57509ce8f8fd 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= suck -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= news MASTER_SITES= http://www.sucknews.org/ @@ -22,7 +22,7 @@ EX_DATA= suckkillfile.sample sucknewsrc.sample suckothermsgs.sample MAKE_ENV+= CHKHISTORY=chkhistory_db.o .if defined(NEWSBIN) && !defined(SUCK_WITH_INN) -PKGNAMESUFFIX= -cnews +PKGNAMESUFFIX?= -cnews MAKE_ENV+= DB_TYPE=-DUSE_DBZ DB_LIB=-lcnews MAKE_ENV+= DB_LIB_LOC=-L${LOCALBASE}/lib MAKE_ENV+= INCDIR2=-I${LOCALBASE}/include diff --git a/news/suck/distinfo b/news/suck/distinfo index 04adfccb1ce2..8e8ff8dd110a 100644 --- a/news/suck/distinfo +++ b/news/suck/distinfo @@ -1 +1 @@ -MD5 (suck-4.3.1.tar.gz) = bee8b92b9f0d804b1796adb809e64345 +MD5 (suck-4.3.2.tar.gz) = b4de28e7f256ec3c2c388b2c984f30bf diff --git a/news/suck/files/patch-Makefile.in b/news/suck/files/patch-Makefile.in index 11f0702e134f..359f2146ca13 100644 --- a/news/suck/files/patch-Makefile.in +++ b/news/suck/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Thu Sep 19 22:41:45 2002 -+++ Makefile.in Fri Sep 27 07:18:47 2002 +--- Makefile.in.orig Fri Mar 28 20:22:38 2003 ++++ Makefile.in Tue Apr 1 07:07:42 2003 @@ -6,7 +6,7 @@ ############################################################################ @@ -34,8 +34,8 @@ # Step 4: IF your DB Library/Includes are in a non-standard place, # define These - #DB_INC_LOC=-I/usr/src/inn-2.3/include - #DB_LIB_LOC=-L/usr/src/inn-2.3/lib + #DB_INC_LOC=-I/usr/src/inn-2.3.4/include + #DB_LIB_LOC=-L/usr/src/inn-2.3.4/lib +#DB_LIB_LOC=-L/usr/local/lib # Step 5: If you want to use embedded PERL functions as kill routines |