Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 13:04:17 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347192 - in head/irc/bip: . files
Message-ID:  <201403061304.s26D4H7k096611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Mar  6 13:04:17 2014
New Revision: 347192
URL: http://svnweb.freebsd.org/changeset/ports/347192
QAT: https://qat.redports.org/buildarchive/r347192/

Log:
  Update to 0.8.9
  Support STAGE

Added:
  head/irc/bip/pkg-plist   (contents, props changed)
Deleted:
  head/irc/bip/files/patch-bip-191
  head/irc/bip/files/patch-bip-269
Modified:
  head/irc/bip/Makefile
  head/irc/bip/distinfo

Modified: head/irc/bip/Makefile
==============================================================================
--- head/irc/bip/Makefile	Thu Mar  6 13:03:54 2014	(r347191)
+++ head/irc/bip/Makefile	Thu Mar  6 13:04:17 2014	(r347192)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	bip
-PORTVERSION=	0.8.8
-PORTREVISION=	2
+PORTVERSION=	0.8.9
 CATEGORIES=	irc
-MASTER_SITES=	https://projects.duckcorp.org/attachments/download/39/
+MASTER_SITES=	https://projects.duckcorp.org/attachments/download/61/
 
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	A simple IRC proxy with SSL support
@@ -14,39 +13,36 @@ LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_GMAKE=	yes
+CFLAGS+=	-Wno-sign-compare -Wno-error
+USES=	gmake
 INSTALL_TARGET=	SUBDIR=src install-exec
 
 USE_OPENSSL=	yes
 
 PATCH_STRIP=	-p1
-PLIST_FILES=	bin/bip bin/bipmkpw
 SUB_FILES=	pkg-message
-MAN1=		bip.1 bipmkpw.1
-MAN5=		bip.conf.5
 
 PORTDOCS=	AUTHORS BUGS ChangeLog NEWS README TODO
+EXAMPLEFILES=	bip.conf bip.vim
 
-PORTEXAMPLES=	bip.conf bip.vim
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-install:
-	@cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1
-	@cd ${WRKSRC} && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5
+	@cd ${WRKSRC} && ${INSTALL} bip.1 ${STAGEDIR}${PREFIX}/man/man1
+	@cd ${WRKSRC} && ${INSTALL} bipmkpw.1 ${STAGEDIR}${PREFIX}/man/man1
+	@cd ${WRKSRC} && ${INSTALL} bip.conf.5 ${STAGEDIR}${PREFIX}/man/man5
 
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for docs in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
-.if !defined(NOPORTEXAMPLES)
-	@${MKDIR} ${EXAMPLESDIR}
-.for examples in ${PORTEXAMPLES}
-	${INSTALL_DATA} ${WRKSRC}/samples/${examples} ${EXAMPLESDIR}
+.if ${PORT_OPTIONS:MEXAMPLES}
+	@${MKDIR}  ${STAGEDIR}${EXAMPLESDIR}
+.for i in ${EXAMPLEFILES}
+	${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
 .endif
 	@${CAT} ${PKGMESSAGE}

Modified: head/irc/bip/distinfo
==============================================================================
--- head/irc/bip/distinfo	Thu Mar  6 13:03:54 2014	(r347191)
+++ head/irc/bip/distinfo	Thu Mar  6 13:04:17 2014	(r347192)
@@ -1,2 +1,2 @@
-SHA256 (bip-0.8.8.tar.gz) = 7ca3fb96f5ee6b76eb398d7ea45344ea24855344ced11632241a33353bba05d7
-SIZE (bip-0.8.8.tar.gz) = 220232
+SHA256 (bip-0.8.9.tar.gz) = 3c950f71ef91c8b686e6835f9b722aa7ccb88d3da4ec1af19617354fd3132461
+SIZE (bip-0.8.9.tar.gz) = 256711

Added: head/irc/bip/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/bip/pkg-plist	Thu Mar  6 13:04:17 2014	(r347192)
@@ -0,0 +1,8 @@
+bin/bip
+bin/bipmkpw
+man/man1/bip.1.gz
+man/man1/bipmkpw.1.gz
+man/man5/bip.conf.5.gz
+%%EXAMPLESDIR%%/bip.conf
+%%EXAMPLESDIR%%/bip.vim
+@dirrmtry %%EXAMPLESDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061304.s26D4H7k096611>