1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Update to 1.10

- Use DATADIR in pkg-plist

PR:		ports/105703
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
This commit is contained in:
Rong-En Fan 2006-11-22 08:57:29 +00:00
parent 04a12bf193
commit c1ceeab3d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177793
3 changed files with 32 additions and 33 deletions

View File

@ -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}

View File

@ -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

View File

@ -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%%