Bug 175414 - [maintainer] update devel/liblnk to 20130117
Summary: [maintainer] update devel/liblnk to 20130117
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 18:20 UTC by Antoine Brodin
Modified: 2013-02-01 04:25 UTC (History)
0 users

See Also:


Attachments
liblnk.diff (1.34 KB, patch)
2013-01-18 18:20 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2013-01-18 18:20:00 UTC
- update to version 20130117 (bug fixes and updates)
- add option to install examples
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-18 18:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool)
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2013-01-18 18:35:05 UTC
Responsible Changed
From-To: antoine->freebsd-ports-bugs

I am not a ports committer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-01 04:13:25 UTC
Author: danfe
Date: Fri Feb  1 04:13:12 2013
New Revision: 311351
URL: http://svnweb.freebsd.org/changeset/ports/311351

Log:
  - Update to version 20130117
  - Install port examples
  
  PR:		ports/175414
  Submitted by:	antoine (maintainer)

Modified:
  head/devel/liblnk/Makefile
  head/devel/liblnk/distinfo

Modified: head/devel/liblnk/Makefile
==============================================================================
--- head/devel/liblnk/Makefile	Fri Feb  1 03:21:03 2013	(r311350)
+++ head/devel/liblnk/Makefile	Fri Feb  1 04:13:12 2013	(r311351)
@@ -1,8 +1,8 @@
-# Created by: antoine@FreeBSD.org
+# Created by: Antoine Brodin <antoine@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	liblnk
-PORTVERSION=	20121205
+PORTVERSION=	20130117
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}
@@ -27,9 +27,10 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 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 @@ post-install:
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 .endif
+.if ${PORT_OPTIONS:MEXAMPLES}
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \
+		${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR}
+.endif
 
 .include <bsd.port.mk>

Modified: head/devel/liblnk/distinfo
==============================================================================
--- head/devel/liblnk/distinfo	Fri Feb  1 03:21:03 2013	(r311350)
+++ head/devel/liblnk/distinfo	Fri Feb  1 04:13:12 2013	(r311351)
@@ -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
_______________________________________________
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"
Comment 4 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-02-01 04:25:41 UTC
State Changed
From-To: open->closed

Committed, thanks!