- update to 0.23a

PR:		31608
Submitted by:	maintainer

- use PLIST_SUB so we don't have to update pkg-plist each time with the
  new version number of the binary
This commit is contained in:
Pete Fritchman 2001-11-06 11:32:54 +00:00
parent 78924d9e3c
commit 48e87fca61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49650
4 changed files with 5 additions and 32 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= sic
PORTVERSION= 0.22a
PORTVERSION= 0.23a
CATEGORIES= irc
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/
EXTRACT_SUFX= .tgz
@ -15,6 +15,8 @@ MAINTAINER= sec@42.org
GNU_CONFIGURE= yes
PLIST_SUB+= VERSION="${PORTVERSION}"
MAN1= sic.1
MAN5= sic-alias.5 sic-server.5

View file

@ -1 +1 @@
MD5 (sic-0.22a.tgz) = 667d1da8b37628c60b4e876db228bb23
MD5 (sic-0.23a.tgz) = 05ef47c2e6ed2a8f71053678e684de35

View file

@ -1,29 +0,0 @@
--- configure.orig Tue Aug 1 00:37:23 2000
+++ configure Mon Dec 4 22:27:39 2000
@@ -1299,14 +1299,14 @@
fi
rm -f confcache
-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
-echo "configure:1304: checking for pthread_create in -lpthread" >&5
+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6
+echo "configure:1304: checking for pthread_create in -pthread" >&5
ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpthread $LIBS"
+LIBS="-pthread $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1312 "configure"
#include "confdefs.h"
@@ -1340,7 +1340,7 @@
#define $ac_tr_lib 1
EOF
- LIBS="-lpthread $LIBS"
+ LIBS="-pthread $LIBS"
else
echo "$ac_t""no" 1>&6

View file

@ -1,2 +1,2 @@
bin/sic
bin/sic-0.22a
bin/sic-%%VERSION%%