Bug 176627 - update port: lang/polyml
Summary: update port: lang/polyml
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-03 23:10 UTC by Timothy Beyer
Modified: 2013-03-04 19:30 UTC (History)
1 user (show)

See Also:


Attachments
polyml.diff (1.03 KB, patch)
2013-03-03 23:10 UTC, Timothy Beyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Beyer 2013-03-03 23:10:00 UTC
- Update to version 5.5.

Fix: The included patch
How-To-Repeat: 
    Apply patch and build port
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2013-03-04 00:25:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-04 19:21:39 UTC
Author: beech
Date: Mon Mar  4 19:21:31 2013
New Revision: 313421
URL: http://svnweb.freebsd.org/changeset/ports/313421

Log:
  - Update to 5.5
  
  PR:		ports/176627
  Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)

Modified:
  head/lang/polyml/Makefile
  head/lang/polyml/distinfo   (contents, props changed)

Modified: head/lang/polyml/Makefile
==============================================================================
--- head/lang/polyml/Makefile	Mon Mar  4 19:20:18 2013	(r313420)
+++ head/lang/polyml/Makefile	Mon Mar  4 19:21:31 2013	(r313421)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	polyml
-PORTVERSION=	5.4.1
-PORTREVISION=	1
+PORTVERSION=	5.5
 CATEGORIES=	lang
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}.${PORTVERSION}
@@ -27,7 +26,7 @@ PLIST_FILES=	bin/poly		\
 		lib/libpolyml.a		\
 		lib/libpolyml.la	\
 		lib/libpolyml.so	\
-		lib/libpolyml.so.3
+		lib/libpolyml.so.4
 
 MAN1=		poly.1 polyimport.1
 MANCOMPRESSED=	no

Modified: head/lang/polyml/distinfo
==============================================================================
--- head/lang/polyml/distinfo	Mon Mar  4 19:20:18 2013	(r313420)
+++ head/lang/polyml/distinfo	Mon Mar  4 19:21:31 2013	(r313421)
@@ -1,2 +1,2 @@
-SHA256 (polyml/polyml.5.4.1.tar.gz) = 514d1d07be487b783d4dfa29dbd550b3396640579ce135a9eb5a61f08e7f9cac
-SIZE (polyml/polyml.5.4.1.tar.gz) = 6107319
+SHA256 (polyml/polyml.5.5.tar.gz) = 2b20e597e6fe43df1b0ed01e78e410c6b51d0ac7911833e91d94fcc9eb05d831
+SIZE (polyml/polyml.5.5.tar.gz) = 5504389
_______________________________________________
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"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2013-03-04 19:21:56 UTC
State Changed
From-To: open->closed

Committed, Thanks!