Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 14:25:57 +0100 (CET)
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184433: devel/libmtrie fixes 
Message-ID:  <201312021325.rB2DPvgA035344@q.workgroup>
Resent-Message-ID: <201312021330.rB2DU2gg042470@freefall.freebsd.org>

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

>Number:         184433
>Category:       ports
>Synopsis:       devel/libmtrie fixes
>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:   Mon Dec 02 13:30:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rodrigo Osorio
>Release:        FreeBSD 10.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- add new distfile more persistent than a freebsd user home
	- add license 
	
>How-To-Repeat:
	
>Fix:

	

--- libmtrie.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335354)
+++ Makefile	(working copy)
@@ -4,7 +4,8 @@
 PORTNAME=	libmtrie
 PORTVERSION=	1.0.3
 CATEGORIES=	devel
-MASTER_SITES=	http://people.freebsd.org/~alfred/sources/$(PORTNAME)/
+MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
+		http://people.freebsd.org/~alfred/sources/$(PORTNAME)/
 DISTNAME=	$(PORTNAME)-${PORTVERSION}
 USE_BZIP2=	yes
 
@@ -11,6 +12,8 @@
 MAINTAINER=	rodrigo@bebik.net
 COMMENT=	Library to build an IP-netmask based mtrie
 
+LICENSE=	BSD
+
 USE_LDCONFIG= yes
 
 .if defined(NO_PROFILE)
--- libmtrie.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?201312021325.rB2DPvgA035344>