Index: head/MOVED =================================================================== --- head/MOVED +++ head/MOVED @@ -8679,3 +8679,4 @@ net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate misc/fortune_strfile||2016-10-14|Has expired: unmaintained and duplicated from base mail/elmo-devel|mail/elmo|2016-10-15|Has expired: Same version as mail/elmo, use it instead +math/libR||2016-10-16|Has expired: math/R LIBR option is now on by default Index: head/math/Makefile =================================================================== --- head/math/Makefile +++ head/math/Makefile @@ -245,7 +245,6 @@ SUBDIR += laspack SUBDIR += ldouble SUBDIR += levmar - SUBDIR += libR SUBDIR += libRmath SUBDIR += libflame SUBDIR += libjbigi Index: head/math/libR/Makefile =================================================================== --- head/math/libR/Makefile +++ head/math/libR/Makefile @@ -1,16 +0,0 @@ -# Created by: bf -# $FreeBSD$ - -PORTNAME= libR - -COMMENT= The static libR library from R - -DESCR= ${.CURDIR}/pkg-descr -LIBR_SLAVEPORT= yes -MASTERDIR= ${.CURDIR}/../R -PLIST= ${.CURDIR}/pkg-plist -PLIST_FILES= lib/R/lib/libR.a - -BROKEN= Transient breakage while restructuring the master port - -.include "${MASTERDIR}/Makefile" Index: head/math/libR/pkg-descr =================================================================== --- head/math/libR/pkg-descr +++ head/math/libR/pkg-descr @@ -1,5 +0,0 @@ -This is the static libR library from R -- a language and -environment for statistical computing and graphics. -See ports/math/R. - -WWW: http://www.R-project.org/