Skip to content

Commit

Permalink
lang/voc: Update to 2.1.1
Browse files Browse the repository at this point in the history
Changelog:

  https://github.com/vishaps/voc/blob/master/doc/History.md

While here reorder vars.

Approbed by: antranigv@freebsd.am (maintainer)
MFH: 2022Q2 (bugfix release)
Differential Revision: https://reviews.freebsd.org/D34843
  • Loading branch information
kfv authored and Fernando Apesteguía committed Apr 13, 2022
1 parent 0ef1ef3 commit fad2fa9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions lang/voc/Makefile
@@ -1,25 +1,25 @@
PORTNAME= voc
PORTVERSION= g20191119
CATEGORIES= lang
PORTNAME= voc
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.1
CATEGORIES= lang

MAINTAINER= antranigv@freebsd.am
COMMENT= Vishap Oberon Compiler for Oberon-2
MAINTAINER= antranigv@freebsd.am
COMMENT= Vishap Oberon Compiler for Oberon-2

LICENSE= GPLv3
LICENSE= GPLv3

BROKEN_powerpc64= fails to compile: C compiler does not store multibyte numeric values in little-endian order
BROKEN_powerpc64= fails to compile: voc is not yet available for powerpc64

USE_GITHUB= yes
GH_ACCOUNT= vishaps
GH_PROJECT= voc
GH_TAGNAME= 63008f6
USE_GITHUB= yes
GH_ACCOUNT= vishaps
GH_PROJECT= voc

MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= ${PREFIX}/share/voc/lib

MAKEFILE= makefile
ALL_TARGET= full
MAKEFILE= makefile
ALL_TARGET= full

USE_LDCONFIG= ${PREFIX}/share/voc/lib
MAKE_JOBS_UNSAFE= yes

post-patch:
# we cannot run ldconfig (which is what addlibrary does) on the destination
Expand Down
6 changes: 3 additions & 3 deletions lang/voc/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1576921386
SHA256 (vishaps-voc-g20191119-63008f6_GH0.tar.gz) = 859eafd10469438231fe21f7754d636b6d0c9f6b4275578e3994a1d95fb03268
SIZE (vishaps-voc-g20191119-63008f6_GH0.tar.gz) = 1136244
TIMESTAMP = 1649421256
SHA256 (vishaps-voc-v2.1.1_GH0.tar.gz) = 3f952c2eb5ad077944e8ebab0e87e0a36413998b13194b66aa52a84c42b2dbe1
SIZE (vishaps-voc-v2.1.1_GH0.tar.gz) = 1136471

0 comments on commit fad2fa9

Please sign in to comment.