Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 19:16:31 +0100 (CET)
From:      Antoine Brodin <antoine@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175414: [maintainer] update devel/liblnk to 20130117
Message-ID:  <201301181816.r0IIGVMw012067@peanut.dreadbsd.org>
Resent-Message-ID: <201301181820.r0IIK0mN090765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175414
>Category:       ports
>Synopsis:       [maintainer] update devel/liblnk to 20130117
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 18 18:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD barton.dreadbsd.org. 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r244676M: Tue Dec 25 19:01:00 CET 2012 root@barton.dreadbsd.org.:/usr/obj/usr/src/sys/MYGENERICFAST i386


>Description:
- update to version 20130117 (bug fixes and updates)
- add option to install examples
>How-To-Repeat:
>Fix:


--- liblnk.diff begins here ---
Index: liblnk/distinfo
===================================================================
--- liblnk/distinfo	(revision 310617)
+++ liblnk/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (liblnk-alpha-20121205.tar.gz) = ea9edc73adeb984fa859de531de1cff10f8ba9f4f4b0b33ad5bac502c20ef444
-SIZE (liblnk-alpha-20121205.tar.gz) = 1246527
+SHA256 (liblnk-alpha-20130117.tar.gz) = 5fbbd99d06b9ffc13072b94541a9ca738bb1eeaf5c06032eb3f468d2d8d0f82c
+SIZE (liblnk-alpha-20130117.tar.gz) = 1250678
Index: liblnk/Makefile
===================================================================
--- liblnk/Makefile	(revision 310617)
+++ liblnk/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liblnk
-PORTVERSION=	20121205
+PORTVERSION=	20130117
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
@@ -27,9 +27,10 @@
 MAN1=		lnkinfo.1
 MAN3=		liblnk.3
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 PORTDOCS=	AUTHORS ChangeLog
+PORTEXAMPLES=	*
 
 .include <bsd.port.options.mk>
 
@@ -38,5 +39,10 @@
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 .endif
+.if ${PORT_OPTIONS:MEXAMPLES}
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME:S/lib/py/}/* ${EXAMPLESDIR}
+.endif
 
 .include <bsd.port.mk>
--- liblnk.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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