Bug 100929 - [PATCH] lang/intercal: update to 0.24, take maintainership
Summary: [PATCH] lang/intercal: update to 0.24, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 20:40 UTC by Stanislav Sedov
Modified: 2006-07-29 02:56 UTC (History)
0 users

See Also:


Attachments
intercal-0.24.patch (10.40 KB, patch)
2006-07-27 20:40 UTC, Stanislav Sedov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Sedov 2006-07-27 20:40:15 UTC
- Update to 0.24
- Take maintainership

Added file(s):
- files/patch-Makefile

Removed file(s):
- files/patch-aa
- files/patch-ab

Generated with FreeBSD Port Tools 0.77
Comment 1 Stanislav Sedov 2006-07-27 21:17:17 UTC
I'm sorry, I've forgotten to fix dirrmtry->dirrm, there is the patch
included:
--------------------------------------------------------------------
--- pkg-plist.orig	Fri Jul 28 00:12:07 2006
+++ pkg-plist	Fri Jul 28 00:12:17 2006
@@ -88,8 +88,8 @@
 %%DATADIR%%/pit/tpk.i
 %%DATADIR%%/pit/yapp.doc
 %%DATADIR%%/pit/yapp.i
-@dirrmtry %%DATADIR%%/pit/tests
-@dirrmtry %%DATADIR%%/pit/lib
-@dirrmtry %%DATADIR%%/pit
-@dirrmtry %%DATADIR%%
-@dirrmtry include/intercal
+@dirrm %%DATADIR%%/pit/tests
+@dirrm %%DATADIR%%/pit/lib
+@dirrm %%DATADIR%%/pit
+@dirrm %%DATADIR%%
+@dirrm include/intercal
--------------------------------------------------------------------
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-07-28 07:06:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-07-29 02:56:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!