diff options
author | wiz <wiz> | 2014-04-16 11:22:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-04-16 11:22:00 +0000 |
commit | 10c82e3d5d715dc165ea43f6f1af43d1f3eb488b (patch) | |
tree | cfc3d904e0bbac45279ece1d502fd7cb215e2738 /lang/squeak-vm | |
parent | 75d7bd5649fdb8e31395194d127cb0952ce27634 (diff) | |
download | pkgsrc-10c82e3d5d715dc165ea43f6f1af43d1f3eb488b.tar.gz |
Bump PKGREVISION for libatomic_ops PKGNAME change.
Diffstat (limited to 'lang/squeak-vm')
-rw-r--r-- | lang/squeak-vm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak-vm/Makefile b/lang/squeak-vm/Makefile index e81bc1047cb..26d5bcd3851 100644 --- a/lang/squeak-vm/Makefile +++ b/lang/squeak-vm/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.29 2013/11/25 12:00:47 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2014/04/16 11:22:02 wiz Exp $ # SQUEAK_VERSION= 4.10.2.2614 DISTNAME= Squeak-${SQUEAK_VERSION}-src PKGNAME= squeak-vm-${SQUEAK_VERSION:C/-/./} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= http://squeakvm.org/unix/release/ \ http://ftp.squeak.org/3.10/unix-linux/ |