svn commit: r403882 - head/devel/libtar

John Marino marino at FreeBSD.org
Wed Dec 16 23:46:58 UTC 2015


Author: marino
Date: Wed Dec 16 23:46:57 2015
New Revision: 403882
URL: https://svnweb.freebsd.org/changeset/ports/403882

Log:
  devel/libtar: change MASTERSITE to fedora to unbreak
  
  I don't know if this is the best MASTERSITE but at least it works.

Modified:
  head/devel/libtar/Makefile

Modified: head/devel/libtar/Makefile
==============================================================================
--- head/devel/libtar/Makefile	Wed Dec 16 23:41:47 2015	(r403881)
+++ head/devel/libtar/Makefile	Wed Dec 16 23:46:57 2015	(r403882)
@@ -5,12 +5,11 @@ PORTNAME=	libtar
 PORTVERSION=	1.2.11
 PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.feep.net/pub/software/libtar/
+MASTER_SITES=	http://pkgs.fedoraproject.org/repo/pkgs/libtar/libtar-1.2.11.tar.gz/604238e8734ce6e25347a58c4f1a1d7e/
 
 MAINTAINER=	manuelj.munoz at gmail.com
 COMMENT=	library for manipulating POSIX and GNU tar files
 
-BROKEN=		unfetchable
 USES=		cpe gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list