From aoyama@peach.ne.jp  Sat Aug 11 16:57:10 2012
Return-Path: <aoyama@peach.ne.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 92B59106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Aug 2012 16:57:10 +0000 (UTC)
	(envelope-from aoyama@peach.ne.jp)
Received: from moon.peach.ne.jp (moon.peach.ne.jp [203.141.148.98])
	by mx1.freebsd.org (Postfix) with ESMTP id 33E7D8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Aug 2012 16:57:09 +0000 (UTC)
Received: from moon.peach.ne.jp (localhost [127.0.0.1])
	by moon.peach.ne.jp (Postfix) with ESMTP id 79D5C39E11
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Aug 2012 01:56:58 +0900 (JST)
Received: from hera.peach.ne.jp.private (unknown [172.18.0.36])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by moon.peach.ne.jp (Postfix) with ESMTPS id 5C2F739E00
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Aug 2012 01:56:58 +0900 (JST)
Received: from hera.peach.ne.jp.private (localhost [127.0.0.1])
	by hera.peach.ne.jp.private (8.14.4/8.14.4) with ESMTP id q7BGuvWI030505
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Aug 2012 01:56:57 +0900 (JST)
	(envelope-from aoyama@peach.ne.jp)
Received: (from aoyama@localhost)
	by hera.peach.ne.jp.private (8.14.4/8.14.4/Submit) id q7BGuvml030504;
	Sun, 12 Aug 2012 01:56:57 +0900 (JST)
	(envelope-from aoyama)
Message-Id: <201208111656.q7BGuvml030504@hera.peach.ne.jp.private>
Date: Sun, 12 Aug 2012 01:56:57 +0900 (JST)
From: Daisuke Aoyama <aoyama@peach.ne.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net/istgt: update to 20120811
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         170540
>Category:       ports
>Synopsis:       [MAINTAINER] net/istgt: update to 20120811
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ak
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 17:00:06 UTC 2012
>Closed-Date:    Sun Aug 19 17:13:52 UTC 2012
>Last-Modified:  Sun Aug 19 17:13:52 UTC 2012
>Originator:     Daisuke Aoyama
>Release:        FreeBSD 7.3-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD hera.peach.ne.jp.private 7.3-RELEASE-p7 FreeBSD 7.3-RELEASE-p7 #0: Wed Sep 28 22:50:27 JST 2011
>Description:
- Update to 20120811

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- istgt-20120811.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/istgt/Makefile ./Makefile
--- /usr/ports/net/istgt/Makefile	2012-08-08 10:56:52.000000000 +0900
+++ ./Makefile	2012-08-12 01:52:18.466259523 +0900
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	istgt
-PORTVERSION=	20120807
+PORTVERSION=	20120811
 CATEGORIES=	net
 MASTER_SITES=	http://www.peach.ne.jp/archives/istgt/
 
 MAINTAINER=	aoyama@peach.ne.jp
-COMMENT=	An iSCSI target for FreeBSD
+COMMENT=	An iSCSI target for Debian/NetBSD/FreeBSD
 
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
@@ -33,6 +33,26 @@
 
 DOCS=		ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp
 
+OPTIONS_DEFINE=	SYMLNKDEV VBOXVD
+OPTIONS_DEFAULT=	
+SYMLNKDEV_DESC=	Allow symbolic link for device file
+VBOXVD_DESC=	Build with VBox VirtualDisk support
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MSYMLNKDEV}
+CONFIGURE_ARGS+=	--enable-symlink-device
+.endif
+
+.if ${PORT_OPTIONS:MVBOXVD}
+RUN_DEPENDS+=	${LOCALBASE}/lib/virtualbox/VBoxDDU.so:${PORTSDIR}/emulators/virtualbox-ose
+RUN_DEPENDS+=	${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose
+BUILD_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose:patch
+CONFIGURE_ARGS+=	--with-vbox
+.endif
+
+.include <bsd.port.pre.mk>
+
 post-extract:
 	@${REINPLACE_CMD} -e '/\/doc\/istgt/d' ${WRKSRC}/doc/Makefile.in
 
@@ -43,4 +63,4 @@
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/net/istgt/distinfo ./distinfo
--- /usr/ports/net/istgt/distinfo	2012-08-08 10:56:52.000000000 +0900
+++ ./distinfo	2012-08-12 00:45:01.916031056 +0900
@@ -1,2 +1,2 @@
-SHA256 (istgt-20120807.tar.gz) = 1f41159382407071336c0b97879bd53a1b2ae449b886a3eb4c5b639d55ef82e4
-SIZE (istgt-20120807.tar.gz) = 268127
+SHA256 (istgt-20120811.tar.gz) = 0c4413a07687e5746939be4d3ead9f11a5b4c91ff6732996d198ff15f78941a4
+SIZE (istgt-20120811.tar.gz) = 269880
--- istgt-20120811.patch ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ak 
Responsible-Changed-By: ak 
Responsible-Changed-When: Sat Aug 11 17:57:07 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170540 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170540: commit references a PR
Date: Sun, 19 Aug 2012 17:02:57 +0000 (UTC)

 Author: ak
 Date: Sun Aug 19 17:02:42 2012
 New Revision: 302765
 URL: http://svn.freebsd.org/changeset/ports/302765
 
 Log:
   - Update to 20120811
   - Add optional support for symlink for device and VBOX VirtualDisk
   - Convert to new options framework
   
   PR:	ports/170540
   Submitted by:	Daisuke Aoyama <aoyama@peach.ne.jp> (maintainer)
 
 Modified:
   head/net/istgt/Makefile
   head/net/istgt/distinfo
 
 Modified: head/net/istgt/Makefile
 ==============================================================================
 --- head/net/istgt/Makefile	Sun Aug 19 16:35:34 2012	(r302764)
 +++ head/net/istgt/Makefile	Sun Aug 19 17:02:42 2012	(r302765)
 @@ -6,12 +6,12 @@
  #
  
  PORTNAME=	istgt
 -PORTVERSION=	20120807
 +PORTVERSION=	20120811
  CATEGORIES=	net
  MASTER_SITES=	http://www.peach.ne.jp/archives/istgt/
  
  MAINTAINER=	aoyama@peach.ne.jp
 -COMMENT=	An iSCSI target for FreeBSD
 +COMMENT=	An iSCSI target for Debian/NetBSD/FreeBSD
  
  SUB_FILES=	pkg-message
  PKGMESSAGE=	${WRKDIR}/pkg-message
 @@ -33,11 +33,28 @@ PORTDOCS=	${DOCS:T}
  
  DOCS=		ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp
  
 +OPTIONS_DEFINE=	SYMLNKDEV VBOXVD
 +OPTIONS_DEFAULT=
 +SYMLNKDEV_DESC=	Allow symbolic link for device file
 +VBOXVD_DESC=	Build with VBox VirtualDisk support
 +
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MSYMLNKDEV}
 +CONFIGURE_ARGS+=	--enable-symlink-device
 +.endif
 +
 +.if ${PORT_OPTIONS:MVBOXVD}
 +RUN_DEPENDS+=	${LOCALBASE}/lib/virtualbox/VBoxRT.so:${PORTSDIR}/emulators/virtualbox-ose
 +BUILD_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/emulators/virtualbox-ose:patch
 +CONFIGURE_ARGS+=	--with-vbox
 +.endif
 +
  post-extract:
  	@${REINPLACE_CMD} -e '/\/doc\/istgt/d' ${WRKSRC}/doc/Makefile.in
  
  post-install:
 -.if !defined(NOPORTDOCS)
 +.if ${PORT_OPTIONS:MDOCS}
  	${MKDIR} ${DOCSDIR}
  	cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${DOCSDIR}
  .endif
 
 Modified: head/net/istgt/distinfo
 ==============================================================================
 --- head/net/istgt/distinfo	Sun Aug 19 16:35:34 2012	(r302764)
 +++ head/net/istgt/distinfo	Sun Aug 19 17:02:42 2012	(r302765)
 @@ -1,2 +1,2 @@
 -SHA256 (istgt-20120807.tar.gz) = 1f41159382407071336c0b97879bd53a1b2ae449b886a3eb4c5b639d55ef82e4
 -SIZE (istgt-20120807.tar.gz) = 268127
 +SHA256 (istgt-20120811.tar.gz) = 0c4413a07687e5746939be4d3ead9f11a5b4c91ff6732996d198ff15f78941a4
 +SIZE (istgt-20120811.tar.gz) = 269880
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ak 
State-Changed-When: Sun Aug 19 17:13:50 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170540 
>Unformatted:
