Date: Sun, 9 Aug 2015 11:02:41 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393775 - head/devel/vstr Message-ID: <201508091102.t79B2fFo078062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508091102.t79B2fFo078062>