diff options
author | rh <rh> | 2000-07-15 07:14:35 +0000 |
---|---|---|
committer | rh <rh> | 2000-07-15 07:14:35 +0000 |
commit | e8ee2ace20c620472e47a85ea7ed80d58db92d52 (patch) | |
tree | 9c52430a1a099a325ead12a590aee45bbd1e122c /misc/bottlerocket | |
parent | 38a4cda1525e48fb742b4d95a5bc58ec44c05ce1 (diff) | |
download | pkgsrc-e8ee2ace20c620472e47a85ea7ed80d58db92d52.tar.gz |
Conversion of the FreeBSD port of bottlerocket to a NetBSD package as
provided in PR 10594 by Damon Brodie.
Diffstat (limited to 'misc/bottlerocket')
-rw-r--r-- | misc/bottlerocket/Makefile | 16 | ||||
-rw-r--r-- | misc/bottlerocket/files/md5 | 2 | ||||
-rw-r--r-- | misc/bottlerocket/files/patch-sum | 3 | ||||
-rw-r--r-- | misc/bottlerocket/patches/patch-aa | 2 | ||||
-rw-r--r-- | misc/bottlerocket/pkg/PLIST | 1 |
5 files changed, 14 insertions, 10 deletions
diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile index a3021ca0286..9d344c5e61b 100644 --- a/misc/bottlerocket/Makefile +++ b/misc/bottlerocket/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: bottlerocket -# Date created: 15 July 1999 -# Whom: Mike Smith <msmith@freebsd.org> -# -# $FreeBSD: ports/misc/bottlerocket/Makefile,v 1.4 2000/04/14 08:45:23 asami Exp $ -# +# $NetBSD: Makefile,v 1.1.1.2 2000/07/15 07:14:35 rh Exp $ +# FreeBSD Id: ports/misc/bottlerocket/Makefile,v 1.4 2000/04/14 08:45:23 asami Exp -PORTNAME= bottlerocket -PORTVERSION= 0.04c +DISTNAME= bottlerocket-0.04c CATEGORIES= misc MASTER_SITES= http://mlug.missouri.edu/~tymm/ -MAINTAINER= msmith@freebsd.org +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://mlug.missouri.edu/~tymm/ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= br -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/misc/bottlerocket/files/md5 b/misc/bottlerocket/files/md5 index 6b274790d6b..6f9143b95ef 100644 --- a/misc/bottlerocket/files/md5 +++ b/misc/bottlerocket/files/md5 @@ -1 +1,3 @@ +$NetBSD: md5,v 1.1.1.2 2000/07/15 07:14:35 rh Exp $ + MD5 (bottlerocket-0.04c.tar.gz) = 07e0c84456a826143d30ed8aa98c5499 diff --git a/misc/bottlerocket/files/patch-sum b/misc/bottlerocket/files/patch-sum new file mode 100644 index 00000000000..aa8056868bf --- /dev/null +++ b/misc/bottlerocket/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/07/15 07:14:36 rh Exp $ + +MD5 (patch-aa) = c7e0e0a4b628c66269a5db56ee112aaa diff --git a/misc/bottlerocket/patches/patch-aa b/misc/bottlerocket/patches/patch-aa index c8b7b83a9f6..b86d8a4f01e 100644 --- a/misc/bottlerocket/patches/patch-aa +++ b/misc/bottlerocket/patches/patch-aa @@ -1,3 +1,5 @@ +$NetBSD: patch-aa,v 1.1.1.2 2000/07/15 07:14:37 rh Exp $ + --- Makefile.in.old Tue Dec 28 15:12:47 1999 +++ Makefile.in Tue Dec 28 15:12:59 1999 @@ -23,7 +23,7 @@ diff --git a/misc/bottlerocket/pkg/PLIST b/misc/bottlerocket/pkg/PLIST index ac980a78bfb..2cf7a0f189c 100644 --- a/misc/bottlerocket/pkg/PLIST +++ b/misc/bottlerocket/pkg/PLIST @@ -1 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.2 2000/07/15 07:14:37 rh Exp $ bin/br |