aboutsummaryrefslogtreecommitdiffstats
path: root/lang/polyml
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-04-16 03:58:03 +0800
committerpi <pi@FreeBSD.org>2016-04-16 03:58:03 +0800
commita543209433d2c2c0049ede0e25d9c900e4c6bbc9 (patch)
treeda977d79608e52cdb2af4c638f4205958d7b4c4e /lang/polyml
parent2f425e9331456fa0758e2383f6bad4fcd8bcfa24 (diff)
downloadfreebsd-ports-gnome-a543209433d2c2c0049ede0e25d9c900e4c6bbc9.tar.gz
freebsd-ports-gnome-a543209433d2c2c0049ede0e25d9c900e4c6bbc9.tar.zst
freebsd-ports-gnome-a543209433d2c2c0049ede0e25d9c900e4c6bbc9.zip
lang/polyml: 5.5.2 -> 5.6
Changes: - New foreign-function interface (Foreign structure). - Reimplemented debugger so that code with debugging enabled is much faster. - Improved support for Poly/ML on native Windows. - Support for MIPS and 64-bit ARM processors through the byte-code interpreter. - Various bug fixes. PR: 208783, 199566 Submitted by: Phil Eaton <philneaton95@gmail.com>, brooks Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
Diffstat (limited to 'lang/polyml')
-rw-r--r--lang/polyml/Makefile7
-rw-r--r--lang/polyml/distinfo4
-rw-r--r--lang/polyml/pkg-plist4
3 files changed, 8 insertions, 7 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile
index cbafc283e11f..620bf879fdae 100644
--- a/lang/polyml/Makefile
+++ b/lang/polyml/Makefile
@@ -2,10 +2,8 @@
# $FreeBSD$
PORTNAME= polyml
-PORTVERSION= 5.5.2
-PORTREVISION= 2
+PORTVERSION= 5.6
CATEGORIES= lang
-MASTER_SITES= SF
DISTNAME= ${PORTNAME}.${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
@@ -18,6 +16,9 @@ LIB_DEPENDS= libffi.so:devel/libffi
ONLY_FOR_ARCHS= i386 amd64
+USE_GITHUB= yes
+GH_TUPLE= polyml:polyml:v5.6
+
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-system-libffi --enable-shared
diff --git a/lang/polyml/distinfo b/lang/polyml/distinfo
index 367d0ff934fc..9c10143c1c89 100644
--- a/lang/polyml/distinfo
+++ b/lang/polyml/distinfo
@@ -1,2 +1,2 @@
-SHA256 (polyml/polyml.5.5.2.tar.gz) = 73fd2be89f7e3ff0567e27ef525ef788775d9f963d6db54069cb34d53040a682
-SIZE (polyml/polyml.5.5.2.tar.gz) = 5599140
+SHA256 (polyml/polyml.5.6_GH0.tar.gz) = 20d7b98ae56fe030c64054dbe0644e9dc02bae781caa8994184ea65a94a0a615
+SIZE (polyml/polyml.5.6_GH0.tar.gz) = 6066166
diff --git a/lang/polyml/pkg-plist b/lang/polyml/pkg-plist
index 2616ea9ce345..eb5891058f9e 100644
--- a/lang/polyml/pkg-plist
+++ b/lang/polyml/pkg-plist
@@ -4,8 +4,8 @@ bin/polyimport
lib/libpolymain.a
lib/libpolyml.a
lib/libpolyml.so
-lib/libpolyml.so.6
-lib/libpolyml.so.6.0.0
+lib/libpolyml.so.7
+lib/libpolyml.so.7.0.0
libdata/pkgconfig/polyml.pc
man/man1/poly.1.gz
man/man1/polyc.1.gz
n>2-0/+12 * Revert.JP Rosevear2001-10-311-12/+1 * don't overwrite memory (e_meeting_time_selector_on_end_time_changed):JP Rosevear2001-10-313-3/+27 * return NULL if passed NULL. Should fix bug #14048.Damon Chaplin2001-10-312-0/+8 * Do not ignore the exceptions of the cases that do not have defaults.Federico Mena Quintero2001-10-312-3/+29 * if we are doing all day stuff, make the drag increment 1 day at a timeJP Rosevear2001-10-312-7/+21 * Add _() to a string that was missing it.Federico Mena Quintero2001-10-312-1/+6 * Commit the ETable click-to-add for if the dialog is being destroyed.Federico Mena Quintero2001-10-312-1/+29 * Allocate enough space for the string! (was missing the null terminator)Federico Mena Quintero2001-10-312-2/+8 * move in whole day increments if we are in all day modeJP Rosevear2001-10-315-43/+65 * s/BONOBO_HTML_GNOME_LIBS/BONOBO_HTML_GNOME_CFLAGS/Dan Winship2001-10-312-2/+6 * Oops.JP Rosevear2001-10-311-1/+29 * count the actual attendees (doesn't include people delegatingJP Rosevear2001-10-315-20/+108 * set to the default timezone for DATE values, in case the user switches toDamon Chaplin2001-10-302-10/+14 * handle DATE values for Start and Due dates.Damon Chaplin2001-10-302-30/+64 * updated code to handle DATE values.Damon Chaplin2001-10-3011-58/+156 * Fix bug #10016.Federico Mena Quintero2001-10-304-151/+153 * Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-3013-89/+433 * process an individual section here (select_names_ok_cb): call aboveJP Rosevear2001-10-303-84/+123 * Require gal 0.15.99.8Joe Shaw2001-10-306-6/+6 * use libical-evolution.laDamon Chaplin2001-10-3011-33/+96 * Launch the alarm daemon as soon as the calendar component is started.Federico Mena Quintero2001-10-302-0/+37 * Fix the verb names for the pixmaps in the Edit menu; they were out ofFederico Mena Quintero2001-10-302-4/+10 * new function. (dump_backend): new function.Chris Toshok2001-10-303-0/+34 * Fix bug #12163.Federico Mena Quintero2001-10-304-55/+119 * include the header as a source so it gets dist'ed.JP Rosevear2001-10-302-0/+6 * s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/.Ettore Perazzoli2001-10-302-1/+6 * fixed URI construction, which was preventing importing into the rootRodrigo Moya2001-10-302-2/+11 * handle date valuesJP Rosevear2001-10-302-1/+9 * Forgot this oneRodrigo Moya2001-10-301-1/+1 * added evolution-calendar-importer binary, starting with an iCalendar fileRodrigo Moya2001-10-307-0/+430 * get the management object by idJP Rosevear2001-10-304-3/+10 * new functions for setting and retrieving the default calendar URIsRodrigo Moya2001-10-30