diff options
author | vs <vs@FreeBSD.org> | 2005-07-27 21:38:30 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-07-27 21:38:30 +0800 |
commit | 6105c41cd876c2ae6d86c7c939ae93700d95860a (patch) | |
tree | 5390e8a5cde07b2ddbea9c3b3dbbb9333621df2c /math | |
parent | e57b983f82d81117a282b692b6c63b1ee21956f3 (diff) | |
download | freebsd-ports-gnome-6105c41cd876c2ae6d86c7c939ae93700d95860a.tar.gz freebsd-ports-gnome-6105c41cd876c2ae6d86c7c939ae93700d95860a.tar.zst freebsd-ports-gnome-6105c41cd876c2ae6d86c7c939ae93700d95860a.zip |
Update to 0.3.1
PR: ports/83858
Submitted by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/convertall/Makefile | 3 | ||||
-rw-r--r-- | math/convertall/distinfo | 4 | ||||
-rw-r--r-- | math/convertall/pkg-plist | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile index 64f9187bf5fe..78e22e543286 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -6,8 +6,7 @@ # PORTNAME= convertall -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= math MASTER_SITES= http://bellz.org/convertall/ diff --git a/math/convertall/distinfo b/math/convertall/distinfo index f4190a078a6e..b2b913991139 100644 --- a/math/convertall/distinfo +++ b/math/convertall/distinfo @@ -1,2 +1,2 @@ -MD5 (convertall-0.3.0.tar.gz) = 27ca231c02034ba4e2238073c1c2220c -SIZE (convertall-0.3.0.tar.gz) = 37321 +MD5 (convertall-0.3.1.tar.gz) = ec559b9faa4949217751fcc4c38603d9 +SIZE (convertall-0.3.1.tar.gz) = 38335 diff --git a/math/convertall/pkg-plist b/math/convertall/pkg-plist index d64d7f11d35d..b5c7829e9347 100644 --- a/math/convertall/pkg-plist +++ b/math/convertall/pkg-plist @@ -29,9 +29,9 @@ lib/convertall/unitgroup.py lib/convertall/unitgroup.pyc lib/convertall/unitlistview.py lib/convertall/unitlistview.pyc -share/convertall/units.dat +%%DATADIR%%/units.dat share/icons/convertall_lg.png share/icons/convertall_sm.png -@dirrm share/convertall +@dirrm %%DATADIR%% @dirrm lib/convertall @unexec rmdir %D/share/icons 2> /dev/null || true |