Bug 187496 - lang/bigloo: Fix build
Summary: lang/bigloo: Fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 18:40 UTC by tkato432
Modified: 2014-05-18 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.20 KB, patch)
2014-03-12 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-03-12 18:40:01 UTC
- Fix build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-12 18:40:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-05-18 07:33:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-18 07:33:38 UTC
Author: miwi
Date: Sun May 18 06:33:34 2014
New Revision: 354394
URL: http://svnweb.freebsd.org/changeset/ports/354394
QAT: https://qat.redports.org/buildarchive/r354394/

Log:
  - Package was rerolled in order to update manpages and documentation
  
  PR:		187496
  Submitted by:	ports fury

Modified:
  head/lang/bigloo/Makefile
  head/lang/bigloo/distinfo

Modified: head/lang/bigloo/Makefile
==============================================================================
--- head/lang/bigloo/Makefile	Sun May 18 05:00:30 2014	(r354393)
+++ head/lang/bigloo/Makefile	Sun May 18 06:33:34 2014	(r354394)
@@ -3,9 +3,11 @@
 
 PORTNAME=	bigloo
 PORTVERSION=	4.1a.2
+PORTREVISION=	1
 CATEGORIES=	lang scheme
 MASTER_SITES=	ftp://ftp-sop.inria.fr/indes/fp/Bigloo/
 DISTNAME=	${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E}
+DIST_SUBDIR=	repacked
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Scheme interpreter and native code compiler
@@ -16,7 +18,6 @@ LICENSE_COMB=	multi
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libgmp.so:${PORTSDIR}/math/gmp
 
-BROKEN=		Checksum and size mismatch
 USES=		compiler:c++0x gmake
 USE_EMACS=	yes
 HAS_CONFIGURE=	yes

Modified: head/lang/bigloo/distinfo
==============================================================================
--- head/lang/bigloo/distinfo	Sun May 18 05:00:30 2014	(r354393)
+++ head/lang/bigloo/distinfo	Sun May 18 06:33:34 2014	(r354394)
@@ -1,2 +1,2 @@
-SHA256 (bigloo4.1a-2.tar.gz) = 6e5926e2d44b0e61fca4d756bc3b292586ba8b492be541d47d1690d9333e5571
-SIZE (bigloo4.1a-2.tar.gz) = 22387008
+SHA256 (repacked/bigloo4.1a-2.tar.gz) = 5db2e7cdb7aa4bb380f35a2a476d282842df72febdb934545b475e0932fad927
+SIZE (repacked/bigloo4.1a-2.tar.gz) = 22387981
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"