1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Update to 1.3.1

This commit is contained in:
Dmitry Marakasov 2010-12-26 22:50:41 +00:00
parent fd100c4feb
commit b5cc5d20f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266940
3 changed files with 19 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= wings
PORTVERSION= 1.3.0.1
PORTREVISION= 2
PORTVERSION= 1.3.1
CATEGORIES= graphics
MASTER_SITES= SF
DIST_SUBDIR= erlang

View File

@ -1,3 +1,2 @@
MD5 (erlang/wings-1.3.0.1.tar.bz2) = ab063494de82e225cfc1b49edcc1a234
SHA256 (erlang/wings-1.3.0.1.tar.bz2) = d7eb1886639f4db157b8e71c72716c73e1092a02dfbc1e24e6cce6073b0e4bfd
SIZE (erlang/wings-1.3.0.1.tar.bz2) = 2215670
SHA256 (erlang/wings-1.3.1.tar.bz2) = 7a560d9d78abaa2c8df3242990cda54e13ac75a45fbe218530ec802ae2e1f419
SIZE (erlang/wings-1.3.1.tar.bz2) = 2229219

View File

@ -10,13 +10,17 @@ lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_bv.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_bzw.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_file.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_image.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_kd3.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_mat.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_mesh.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_obj.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_q.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_qbvh.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_tds.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_transform.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_util.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_vec.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/orig_kd3.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/user_default.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings__font.beam
@ -93,7 +97,9 @@ lib/erlang/lib/wings-%%VERSION%%/ebin/wings_start.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_subdiv.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_tesselation.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_text.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_theme.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_toolbar.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_tweak.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_u.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_undo.beam
lib/erlang/lib/wings-%%VERSION%%/ebin/wings_util.beam
@ -149,21 +155,25 @@ lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_bend.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_circularise.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_connect_tool.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_constraints.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_contour.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_corner.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_cylindrilize.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_doosabin.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_explode.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_grid_snap.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_inset.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_intersect_edge.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_intersect_vertex.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_magnet_mask.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_move_planar.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_numeric_camera.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_plane_cut.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_region.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_rotate_unconstrained.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_sculpt.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_shear.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_shift.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_sweep_extrude.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_turnedge.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_tweak.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_untriangulate.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_weld.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/default/README
@ -182,6 +192,7 @@ lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_pov.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_ps.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_rwx.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_stl.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_svg_path.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_wrl.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_x.beam
lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_yafray.beam
@ -236,6 +247,7 @@ lib/erlang/lib/wings-%%VERSION%%/src/wings_camera.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_collapse.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_color.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_console.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_convert
lib/erlang/lib/wings-%%VERSION%%/src/wings_cs.lang
lib/erlang/lib/wings-%%VERSION%%/src/wings_de.lang
lib/erlang/lib/wings-%%VERSION%%/src/wings_deform.erl
@ -304,8 +316,10 @@ lib/erlang/lib/wings-%%VERSION%%/src/wings_subdiv.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_sv.lang
lib/erlang/lib/wings-%%VERSION%%/src/wings_tesselation.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_text.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_theme.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_toolbar.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_tr.lang
lib/erlang/lib/wings-%%VERSION%%/src/wings_tweak.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_u.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_undo.erl
lib/erlang/lib/wings-%%VERSION%%/src/wings_util.erl