diff options
author | Johan van Selst <johans@FreeBSD.org> | 2016-11-15 20:39:58 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2016-11-15 20:39:58 +0000 |
commit | 40555ae6344da2c959cd27dd278eafcbb1421679 (patch) | |
tree | 6cd27220265c84c74754214bb10233d1b3ee3494 /lang/algol68g | |
parent | 562f1e042fd35b872512145912a174af016fcc3a (diff) | |
download | ports-40555ae6344da2c959cd27dd278eafcbb1421679.tar.gz ports-40555ae6344da2c959cd27dd278eafcbb1421679.zip |
Notes
Diffstat (limited to 'lang/algol68g')
-rw-r--r-- | lang/algol68g/Makefile | 5 | ||||
-rw-r--r-- | lang/algol68g/distinfo | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile index 9f63df21472f..d5286d2ea2ae 100644 --- a/lang/algol68g/Makefile +++ b/lang/algol68g/Makefile @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= algol68g -PORTVERSION= 2.8.3 +PORTVERSION= 2.8.4 CATEGORIES= lang MASTER_SITES= http://jmvdveer.home.xs4all.nl/ MAINTAINER= johans@FreeBSD.org COMMENT= Algol 68 Genie compiler +LICENSE= GPLv3+ + LIB_DEPENDS= libgsl.so:math/gsl OPTIONS_DEFINE= PLOTUTILS PGSQL @@ -22,6 +24,7 @@ PGSQL_CONFIGURE_ENABLE= postgresql GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-compiler +USES= readline PLIST_FILES= bin/a68g man/man1/a68g.1.gz \ include/algol68g/a68g.h include/algol68g/a68g-config.h diff --git a/lang/algol68g/distinfo b/lang/algol68g/distinfo index 502655276aeb..83e1b7179f1c 100644 --- a/lang/algol68g/distinfo +++ b/lang/algol68g/distinfo @@ -1,2 +1,3 @@ -SHA256 (algol68g-2.8.3.tar.gz) = 568bc93950463f8a70c3973097360945a4dfb300c422a8410cfc638d6ba548e7 -SIZE (algol68g-2.8.3.tar.gz) = 701397 +TIMESTAMP = 1479242155 +SHA256 (algol68g-2.8.4.tar.gz) = 5823ccd0c18fe10a368a117cc3924748c4a5d0fe8dff0d9d818ff73c342565f0 +SIZE (algol68g-2.8.4.tar.gz) = 516697 |