diff options
author | dholland <dholland@pkgsrc.org> | 2016-07-03 19:38:27 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-07-03 19:38:27 +0000 |
commit | 469bf0f98d95033ef7cb20cec4f57f2325210f76 (patch) | |
tree | 43d03cd5446e8e5defeabc09abada834e4d00281 | |
parent | 7bc9c414df034c5c0c31caecc4e59afa1ca5b640 (diff) | |
download | pkgsrc-469bf0f98d95033ef7cb20cec4f57f2325210f76.tar.gz |
Bump PKGREVISION for patches.
-rw-r--r-- | lang/smlnj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index 0f621ed0ae8..67d5a533871 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/07/03 19:35:13 dholland Exp $ +# $NetBSD: Makefile,v 1.34 2016/07/03 19:38:27 dholland Exp $ # DISTNAME= boot.${BOX}-unix @@ -31,7 +31,7 @@ HOMEPAGE= http://www.smlnj.org/index.html COMMENT= Popular functional language from Bell Labs SML_VERSION= 110.73 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR} DIST_SUBDIR= smlnj-${SML_VERSION} |