From owner-svn-ports-all@freebsd.org Sun Aug 9 11:02:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9E8699819C; Sun, 9 Aug 2015 11:02:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D81DAD8A; Sun, 9 Aug 2015 11:02:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t79B2f4t078063; Sun, 9 Aug 2015 11:02:41 GMT (envelope-from itetcu@FreeBSD.org) Received: (from itetcu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t79B2fFo078062; Sun, 9 Aug 2015 11:02:41 GMT (envelope-from itetcu@FreeBSD.org) Message-Id: <201508091102.t79B2fFo078062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: itetcu set sender to itetcu@FreeBSD.org using -f From: Ion-Mihai Tetcu Date: Sun, 9 Aug 2015 11:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393775 - head/devel/vstr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 11:02:42 -0000 Author: itetcu Date: Sun Aug 9 11:02:41 2015 New Revision: 393775 URL: https://svnweb.freebsd.org/changeset/ports/393775 Log: - add LICENSE - provide a working back-up MASTERSITE and drop the unusable ones Modified: head/devel/vstr/Makefile Modified: head/devel/vstr/Makefile ============================================================================== --- head/devel/vstr/Makefile Sun Aug 9 10:26:02 2015 (r393774) +++ head/devel/vstr/Makefile Sun Aug 9 11:02:41 2015 (r393775) @@ -5,15 +5,16 @@ PORTNAME= vstr PORTVERSION= 1.0.15 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ - http://sce-tindy.tecnik93.com/FreeBSD/others_ports/${PORTNAME}/ \ - http://www.and.org/vstr/1.0.15/ \ - http://www.and.org/vstr/latest/ +MASTER_SITES= http://www.and.org/vstr/${PORTVERSION}/ \ + http://www.and.org/vstr/latest/ \ + http://ionut.tetcu.info/FreeBSd/ports/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= General purpose string library for C -USES= gmake pathfix pkgconfig tar:bzip2 libtool +LICENSE= LGPL + +USES= gmake libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_LDCONFIG= yes