diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-22 08:57:29 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-22 08:57:29 +0000 |
commit | c1ceeab3d5c0f7d795660c73ecde62eb582be535 (patch) | |
tree | 051f0c4845a15f21a3cf6c3b7e8d600df1ed4713 | |
parent | - Update to 0.96 beta 8 (diff) |
- Update to 1.10
- Use DATADIR in pkg-plist
PR: ports/105703
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Notes
Notes:
svn path=/head/; revision=177793
-rw-r--r-- | devel/prototype/Makefile | 3 | ||||
-rw-r--r-- | devel/prototype/distinfo | 6 | ||||
-rw-r--r-- | devel/prototype/pkg-plist | 56 |
3 files changed, 32 insertions, 33 deletions
diff --git a/devel/prototype/Makefile b/devel/prototype/Makefile index 41d983499bb7..1af09a628807 100644 --- a/devel/prototype/Makefile +++ b/devel/prototype/Makefile @@ -7,8 +7,7 @@ # PORTNAME= prototype -PORTVERSION= 1.9 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= devel MASTER_SITES= http://www.xs4all.nl/~carlo17/prototype/ MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/prototype/distinfo b/devel/prototype/distinfo index 296cacc83955..61895baff551 100644 --- a/devel/prototype/distinfo +++ b/devel/prototype/distinfo @@ -1,3 +1,3 @@ -MD5 (prototype-1.9.tar.gz) = b6057f064d3ed15e2e6e43aa1418b345 -SHA256 (prototype-1.9.tar.gz) = 7dde8e8f07e1db32fd29bcaf9ff9b3b08faa51160096a107e0e633365ade3de1 -SIZE (prototype-1.9.tar.gz) = 35430 +MD5 (prototype-1.10.tar.gz) = d16b2540c37b99362e6fd61f1521274d +SHA256 (prototype-1.10.tar.gz) = 78078aed2684633fcb5a049921a1243fe6bfc2fe39960337de91149819a8f44b +SIZE (prototype-1.10.tar.gz) = 50236 diff --git a/devel/prototype/pkg-plist b/devel/prototype/pkg-plist index da9a12eb3026..6e1a02fc093a 100644 --- a/devel/prototype/pkg-plist +++ b/devel/prototype/pkg-plist @@ -1,29 +1,29 @@ bin/makeproto -share/prototype/Makedefs.h -share/prototype/base/Makedefs.h -share/prototype/base/Makefile -share/prototype/base/PTMakefile -share/prototype/common/PTMakefile -share/prototype/lib/Makefile -share/prototype/lib/PTMakefile -share/prototype/main/Makefile -share/prototype/main/PTMakefile -share/prototype/maintainer/PTmakefile -share/prototype/maintainer/makefile -share/prototype/sub/Makefile -share/prototype/sub/PTMakefile -share/prototype/templ-inst/Makefile -share/prototype/templ-inst/PTMakefile -share/prototype/templ-inst/inst-all-templ -share/prototype/templ-inst/inst-templ -share/prototype/test/Makefile -share/prototype/test/PTMakefile -@dirrm share/prototype/base -@dirrm share/prototype/common -@dirrm share/prototype/lib -@dirrm share/prototype/main -@dirrm share/prototype/maintainer -@dirrm share/prototype/sub -@dirrm share/prototype/templ-inst -@dirrm share/prototype/test -@dirrm share/prototype +%%DATADIR%%/Makedefs.h +%%DATADIR%%/base/Makedefs.h +%%DATADIR%%/base/Makefile +%%DATADIR%%/base/PTMakefile +%%DATADIR%%/common/PTMakefile +%%DATADIR%%/lib/Makefile +%%DATADIR%%/lib/PTMakefile +%%DATADIR%%/main/Makefile +%%DATADIR%%/main/PTMakefile +%%DATADIR%%/maintainer/PTmakefile +%%DATADIR%%/maintainer/makefile +%%DATADIR%%/sub/Makefile +%%DATADIR%%/sub/PTMakefile +%%DATADIR%%/templ-inst/Makefile +%%DATADIR%%/templ-inst/PTMakefile +%%DATADIR%%/templ-inst/inst-all-templ +%%DATADIR%%/templ-inst/inst-templ +%%DATADIR%%/test/Makefile +%%DATADIR%%/test/PTMakefile +@dirrm %%DATADIR%%/base +@dirrm %%DATADIR%%/common +@dirrm %%DATADIR%%/lib +@dirrm %%DATADIR%%/main +@dirrm %%DATADIR%%/maintainer +@dirrm %%DATADIR%%/sub +@dirrm %%DATADIR%%/templ-inst +@dirrm %%DATADIR%%/test +@dirrm %%DATADIR%% |