- Update to 0.4.1
- Fix depen problems on pointyhat :) PR: ports/104238 Submitted by: Antoine Beaupre <anarcat@koumbit.org> Approved by: Andreas Kohn on irc
This commit is contained in:
parent
83c3b662a5
commit
5dfab6a531
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176814
2 changed files with 12 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= sobby
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://releases.0x539.de/sobby/
|
||||
|
||||
|
@ -15,9 +15,13 @@ COMMENT= A standalone obby server
|
|||
|
||||
LIB_DEPENDS= net6:${PORTSDIR}/net/net6 \
|
||||
obby:${PORTSDIR}/devel/obby \
|
||||
xml++:${PORTSDIR}/textproc/libxml++26 \
|
||||
sigc++-2.0:${PORTSDIR}/devel/libsigc++20 \
|
||||
glibmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
|
||||
MAN1= sobby.1
|
||||
MANCOMPRESSED= no
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -29,4 +33,8 @@ PLIST_FILES= bin/sobby
|
|||
IGNORE= some dependencies does not run on FreeBSD < 5.x
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/sobby ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/sobby.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (sobby-0.3.0.tar.gz) = 5408fc08d610be5aac4476c6ea6277f9
|
||||
SHA256 (sobby-0.3.0.tar.gz) = fe2d778208c3c5f3cee7c3981b9227217d2f781d86b957db512bb4d800970f56
|
||||
SIZE (sobby-0.3.0.tar.gz) = 109363
|
||||
MD5 (sobby-0.4.1.tar.gz) = 126a32a448f8b84e589258522149ffad
|
||||
SHA256 (sobby-0.4.1.tar.gz) = 457ef80b546ac17ef0b9770175a9f9cee06e9659314449f9f2d61c8ae51cdfd0
|
||||
SIZE (sobby-0.4.1.tar.gz) = 115933
|
||||
|
|
Loading…
Reference in a new issue