Date: Fri, 16 May 2014 08:53:21 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354202 - head/devel/adabooch Message-ID: <201405160853.s4G8rLFh020402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri May 16 08:53:20 2014 New Revision: 354202 URL: http://svnweb.freebsd.org/changeset/ports/354202 QAT: https://qat.redports.org/buildarchive/r354202/ Log: devel/adabooch: Fix plist (orphaned file) Modified: head/devel/adabooch/Makefile head/devel/adabooch/pkg-plist Modified: head/devel/adabooch/Makefile ============================================================================== --- head/devel/adabooch/Makefile Fri May 16 08:30:45 2014 (r354201) +++ head/devel/adabooch/Makefile Fri May 16 08:53:20 2014 (r354202) @@ -3,6 +3,7 @@ PORTNAME= adabooch PORTVERSION= 20130322 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF MASTER_SITE_SUBDIR= booch95/booch95/${PORTVERSION} @@ -16,8 +17,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= gprbuild:${PORTSDIR}/devel/gprbuild -USES= ada gmake -USE_BZIP2= yes +USES= ada gmake tar:bzip2 HAS_CONFIGURE= yes ALL_TARGET= libs Modified: head/devel/adabooch/pkg-plist ============================================================================== --- head/devel/adabooch/pkg-plist Fri May 16 08:30:45 2014 (r354201) +++ head/devel/adabooch/pkg-plist Fri May 16 08:53:20 2014 (r354202) @@ -217,6 +217,7 @@ include/bc/bc-support-dynamic.ads include/bc/bc-support-exceptions.ads include/bc/bc-support-hash_tables.adb include/bc/bc-support-hash_tables.ads +include/bc/bc-support-high_resolution_time-clock.adb include/bc/bc-support-high_resolution_time.adb include/bc/bc-support-high_resolution_time.ads include/bc/bc-support-indefinite_bounded.adb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405160853.s4G8rLFh020402>