mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
irc/bip: Update version 0.9.1=>0.9.2
- Pet portclippy Changelog: https://projects.duckcorp.org/news/170
This commit is contained in:
parent
0ffcfa76d4
commit
b6a04c6ee1
2 changed files with 13 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= bip
|
||||
DISTVERSION= 0.9.1
|
||||
DISTVERSION= 0.9.2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= https://projects.duckcorp.org/attachments/download/102/
|
||||
MASTER_SITES= https://projects.duckcorp.org/attachments/download/103/
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Simple IRC proxy with SSL support
|
||||
|
@ -10,19 +10,22 @@ WWW= https://bip.milkypond.org/
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
|
||||
CFLAGS+= -Wno-sign-compare -Wno-error -I${OPENSSLINC}
|
||||
USES= cpe gmake ssl
|
||||
USES= cpe gmake localbase:ldflags ssl
|
||||
CPE_VENDOR= duckcorp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= SUBDIR=src install-exec
|
||||
TEST_TARGET= check
|
||||
|
||||
CFLAGS+= -Wno-sign-compare -Wno-error -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
PATCH_STRIP= -p1
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO
|
||||
|
||||
EXAMPLEFILES= bip.conf bip.vim
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1709756878
|
||||
SHA256 (bip-0.9.1.tar.gz) = f05dd9f8efca2c50250f04747b7cc4d455a281b25ad440efc19e1014209a484e
|
||||
SIZE (bip-0.9.1.tar.gz) = 304222
|
||||
TIMESTAMP = 1745758746
|
||||
SHA256 (bip-0.9.2.tar.gz) = f643b39b7af2a0d5fe7c45c57ffe3e6710be33278455eab8aeefe5b2842764ea
|
||||
SIZE (bip-0.9.2.tar.gz) = 304657
|
||||
|
|
Loading…
Add table
Reference in a new issue