summaryrefslogtreecommitdiff
path: root/irc/sic
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-06 11:32:54 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-06 11:32:54 +0000
commit48e87fca61a7dcf1e3af0c82f03a820a0beaad91 (patch)
treee43e04b0570e2d5e208c883307d145a0147c7e24 /irc/sic
parentset sysconfdir so that emirror can find it (diff)
- 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
Notes
Notes: svn path=/head/; revision=49650
Diffstat (limited to 'irc/sic')
-rw-r--r--irc/sic/Makefile4
-rw-r--r--irc/sic/distinfo2
-rw-r--r--irc/sic/files/patch-ac29
-rw-r--r--irc/sic/pkg-plist2
4 files changed, 5 insertions, 32 deletions
diff --git a/irc/sic/Makefile b/irc/sic/Makefile
index aee919a49eb5..63167e308ba6 100644
--- a/irc/sic/Makefile
+++ b/irc/sic/Makefile
@@ -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
diff --git a/irc/sic/distinfo b/irc/sic/distinfo
index 2a08b71be1de..711611c103df 100644
--- a/irc/sic/distinfo
+++ b/irc/sic/distinfo
@@ -1 +1 @@
-MD5 (sic-0.22a.tgz) = 667d1da8b37628c60b4e876db228bb23
+MD5 (sic-0.23a.tgz) = 05ef47c2e6ed2a8f71053678e684de35
diff --git a/irc/sic/files/patch-ac b/irc/sic/files/patch-ac
deleted file mode 100644
index 0fa5559ce1a6..000000000000
--- a/irc/sic/files/patch-ac
+++ /dev/null
@@ -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
diff --git a/irc/sic/pkg-plist b/irc/sic/pkg-plist
index a725e4e7d6cb..cb4c8148db7d 100644
--- a/irc/sic/pkg-plist
+++ b/irc/sic/pkg-plist
@@ -1,2 +1,2 @@
bin/sic
-bin/sic-0.22a
+bin/sic-%%VERSION%%