diff options
-rw-r--r-- | devel/ocaml-re/Makefile | 3 | ||||
-rw-r--r-- | misc/dose3/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/ocaml-re/Makefile b/devel/ocaml-re/Makefile index 16a1d760937..125ddf56f5e 100644 --- a/devel/ocaml-re/Makefile +++ b/devel/ocaml-re/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/10/26 11:42:52 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2015/02/11 13:56:07 jaapb Exp $ DISTNAME= ocaml-re-1.2.2 +PKGREVISION= 1 PKGNAME= ${DISTNAME} # avoid prefixing with ocaml- CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/ocaml-re/archive/ diff --git a/misc/dose3/Makefile b/misc/dose3/Makefile index aeda5af3d97..2191705247f 100644 --- a/misc/dose3/Makefile +++ b/misc/dose3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2014/11/06 11:59:17 jaapb Exp $ +# $NetBSD: Makefile,v 1.3 2015/02/11 13:59:17 jaapb Exp $ DISTNAME= dose3-3.3-beta2 PKGNAME= dose3-3.3beta2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/34180/ |