diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-11 18:32:28 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-11 18:32:28 +0000 |
commit | 754a2d44860aef3cffdb95c80128d788b0bbb8a5 (patch) | |
tree | d00c1470af36560872eb29f6b8814ab02dc6b47f /deskutils | |
parent | Fix a size mismatch and unbreak. (diff) |
Distfile was rerolled. Language file was been restructured and updated.
Bump PORTREVISION
Fix warnning on deinstall
PR: 88846
Submitted by: infofarmer@gmail.com (maintainer)
Notified by: kris
Notes
Notes:
svn path=/head/; revision=147962
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plans/Makefile | 1 | ||||
-rw-r--r-- | deskutils/plans/distinfo | 6 | ||||
-rw-r--r-- | deskutils/plans/pkg-plist | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/deskutils/plans/Makefile b/deskutils/plans/Makefile index 192ff4b4e3ca..7231ea3c3e5d 100644 --- a/deskutils/plans/Makefile +++ b/deskutils/plans/Makefile @@ -8,6 +8,7 @@ PORTNAME= plans PORTVERSION= 7.4.7 +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= http://www.planscalendar.com/release/:plans \ http://www.freebsd.org/gifs/:logo diff --git a/deskutils/plans/distinfo b/deskutils/plans/distinfo index 0ac9522f4de1..041a88004996 100644 --- a/deskutils/plans/distinfo +++ b/deskutils/plans/distinfo @@ -1,6 +1,6 @@ -MD5 (plans_7.4.7.zip) = 9bae263fff54ba8e3ecbc6d2cea7424c -SHA256 (plans_7.4.7.zip) = e8d862efea289c433d4e66da338bcc21ea796f64dbd29c494e34e8209343650c -SIZE (plans_7.4.7.zip) = 585944 +MD5 (plans_7.4.7.zip) = 75e77cf0b50e378a9cadb0c39f703947 +SHA256 (plans_7.4.7.zip) = 38bec8aa2c0d2a174717b423e94b7f7364b002316d6b310cefb526ff24530dbf +SIZE (plans_7.4.7.zip) = 585978 MD5 (powerani.gif) = b0f85a6c41817a2dcad0ffe6f0729fa8 SHA256 (powerani.gif) = d01c1c8299aa6c0eda0cd7c202bdf5a4ad49400377596fc2e114db6591c66d97 SIZE (powerani.gif) = 7203 diff --git a/deskutils/plans/pkg-plist b/deskutils/plans/pkg-plist index 378e1a2c8862..e489cb6ff84d 100644 --- a/deskutils/plans/pkg-plist +++ b/deskutils/plans/pkg-plist @@ -327,6 +327,6 @@ @dirrm %%DIR%%/theme/icons @dirrm %%DIR%%/theme/graphics @dirrm %%DIR%%/theme -@dirrm %%DIR%%/sessions -@dirrm %%DIR%%/data -@dirrm %%DIR%%/ +@unexec rmdir %D/%%DIR%%/sessions 2>/dev/null || true +@unexec rmdir %D/%%DIR%%/data 2>/dev/null || true +@unexec rmdir %D/%%DIR%% 2>/dev/null || echo "Note: %D/%%DIR%% not empty -- not deleted!" |