1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Update to 20100131

- Change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin (as per stable port).
- Add post-patch target to fixup paths in manpage (as per stable port).
- Remove duplicate MAKE_JOBS_SAFE.
- Remove stale libirc_proxy.so.0 pkg-plist entry.

PR:		based on 143468
This commit is contained in:
Martin Wilke 2010-02-02 22:50:13 +00:00
parent a014159fad
commit 9b64b58cbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249129
3 changed files with 10 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= irssi
PORTVERSION= 20091228
PORTVERSION= 20100131
CATEGORIES= irc
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
PKGNAMESUFFIX= -devel
@ -14,9 +14,10 @@ PKGNAMESUFFIX= -devel
MAINTAINER= miwi@FreeBSD.org
COMMENT= A modular IRC client with many features
LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20
CONFLICTS= irssi-0.8*
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_GMAKE= yes
WANT_PERL= yes
@ -31,7 +32,6 @@ OPTIONS= PERL "Enable Perl support" on \
BOT "Enable bot" off
WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.14-svn
MAKE_JOBS_SAFE= yes
# USE_OPENSSL must be defined before bsd.port.pre.mk so use old schema
# for WITH_SSL option
@ -79,6 +79,10 @@ CONFIGURE_ARGS+= --without-bot
PLIST_SUB+= WITH_BOT="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e 's|/etc|${PREFIX}&|' \
${WRKSRC}/docs/irssi.1
post-configure:
@${MV} ${WRKSRC}/irssi.conf ${WRKSRC}/irssi.conf.sample

View File

@ -1,3 +1,3 @@
MD5 (irssi-20091228.tar.gz) = e7fef7f81bb383a84db5a06ca1f89ef1
SHA256 (irssi-20091228.tar.gz) = 839a35c8e9211900a68448920cfd5c4bf4a5d40dbb98431ba042ff87e33b80a8
SIZE (irssi-20091228.tar.gz) = 1298324
MD5 (irssi-20100131.tar.gz) = 2561ffb64adc1a74f0d20d5781329742
SHA256 (irssi-20100131.tar.gz) = bf92e6a2cc1a3326f4d6b93764777737e626e9894e2e7e7bf9c5188ac6a9941e
SIZE (irssi-20100131.tar.gz) = 1298606

View File

@ -5,7 +5,6 @@ etc/irssi.conf.sample
%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.a
%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.la
%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.so
%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.so.0
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/Irc.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/TextUI.pm