svn commit: r464489 - head/print/latex-biber

Tobias Kortkamp tobik at FreeBSD.org
Wed Mar 14 11:38:37 UTC 2018


Author: tobik
Date: Wed Mar 14 11:38:36 2018
New Revision: 464489
URL: https://svnweb.freebsd.org/changeset/ports/464489

Log:
  print/latex-biber: Add missing net/p5-URI dependency
  
  PR:		208277
  Submitted by:	Tobias Brodel <brittlehaus at gmail.com>
  Approved by:	hrs (maintainer timeout, 2 years)

Modified:
  head/print/latex-biber/Makefile

Modified: head/print/latex-biber/Makefile
==============================================================================
--- head/print/latex-biber/Makefile	Wed Mar 14 11:26:17 2018	(r464488)
+++ head/print/latex-biber/Makefile	Wed Mar 14 11:38:36 2018	(r464489)
@@ -3,7 +3,7 @@
 PORTNAME=	biber
 PORTVERSION=	2.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print perl5
 PKGNAMEPREFIX=	latex-
 DIST_SUBDIR=	TeX
@@ -37,6 +37,7 @@ __DEPENDS= \
 	p5-Regexp-Common>0:textproc/p5-Regexp-Common \
 	p5-Text-BibTeX>0:textproc/p5-Text-BibTeX \
 	p5-Text-Roman>0:textproc/p5-Text-Roman \
+	p5-URI>0:net/p5-URI \
 	p5-Unicode-Collate>0:textproc/p5-Unicode-Collate \
 	p5-Unicode-LineBreak>0:textproc/p5-Unicode-LineBreak \
 	p5-XML-LibXML-Simple>0:textproc/p5-XML-LibXML-Simple \
@@ -51,5 +52,7 @@ USE_PERL5=	modbuild
 USE_TEX=	texmf
 USE_GITHUB=	yes
 GH_ACCOUNT=	plk
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list