diff options
author | John Vogel <jvogel4@stny.rr.com> | 2018-02-18 10:24:56 -0500 |
---|---|---|
committer | John Vogel <jvogel4@stny.rr.com> | 2018-02-18 10:24:56 -0500 |
commit | 4ca0bd516af5deb709b1933e8fee5434293cf912 (patch) | |
tree | f83f5ae76808fe55e27eeb4f1572c5b1804b6bae | |
parent | 6784d4cb94aa288814be1f4806e975f32531dcfc (diff) | |
download | contrib-4ca0bd516af5deb709b1933e8fee5434293cf912.tar.gz contrib-4ca0bd516af5deb709b1933e8fee5434293cf912.tar.xz |
jamvm: new maintainer. update to 1.5.4.
-rw-r--r-- | jamvm/.md5sum | 2 | ||||
-rw-r--r-- | jamvm/.signature | 6 | ||||
-rw-r--r-- | jamvm/Pkgfile | 19 |
3 files changed, 13 insertions, 14 deletions
diff --git a/jamvm/.md5sum b/jamvm/.md5sum index 8ede151ba..137689a2f 100644 --- a/jamvm/.md5sum +++ b/jamvm/.md5sum @@ -1 +1 @@ -ce886163658d748113b0570dfae12aea jamvm-1.5.3.tar.gz +7654e9657691f5f09c4f481ed4686176 jamvm-1.5.4.tar.gz diff --git a/jamvm/.signature b/jamvm/.signature index 614312a47..30199b3e4 100644 --- a/jamvm/.signature +++ b/jamvm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wBdGO8LhUcYYtAIr3qb/3bNqin7AqBNWKGn1iAZxPvJ5J7xnEYc+IBgrdL6C6f6c2RHojv0goh7onI8xULo+gE= -SHA256 (Pkgfile) = 8e8326e05ed58154d709d8e6f1ff39668411905e43f13a8326b9b4356da9f119 +RWSagIOpLGJF36D7JJ1GfiXt3X+HSpRBhheOakn+XgYYw9woOl7JZa+Q0vI6evwagBaqlDMDI8t5NiddoAsBiLqh17KZxxNYeAM= +SHA256 (Pkgfile) = a7e87b805611755a2b1442aa43fc00c1d237551d44f61903ebcbffc0594f55a1 SHA256 (.footprint) = 650be26b33df7ffbc2f9351cbd8ac6c5d9535911bea08e8e73f22b575f4d2cf3 -SHA256 (jamvm-1.5.3.tar.gz) = f2795ab62635df1c9bc6c4a7b90f53d0d846c0c26f5ec7b352f687506407ebd8 +SHA256 (jamvm-1.5.4.tar.gz) = 7865693698bc4322cabe1014a4b7ebdec1bc1daf45f1a4457b6e908a4446b124 diff --git a/jamvm/Pkgfile b/jamvm/Pkgfile index 011a2b3b4..3f3fdbc5a 100644 --- a/jamvm/Pkgfile +++ b/jamvm/Pkgfile @@ -1,17 +1,16 @@ -# Description: Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small -# URL: http://jamvm.sourceforge.net/ -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Jose V Beneyto, sepen at crux dot nu -# Depends on: +# Description: Extremely small and JVM spec 2 (blue book) conformant Java Virtual Machine +# URL: http://jamvm.sourceforge.net/ +# Maintainer: John Vogel, jvogel4 at stny dot rr dot com name=jamvm -version=1.5.3 +version=1.5.4 release=1 source=(http://download.sourceforge.net/$name/$name/JamVM%20$version/$name-$version.tar.gz) build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + find $name-$version ! -type l -a -perm -go+w | xargs chmod go-w + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install } |