Summary: | devel/stlfilt: update to v. 2004/11/26 and grab maintainership | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Simon Barner <barner> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Simon Barner
2005-02-16 15:20:12 UTC
Forgot to add patch, sorry (will submit it to the upstream author, too). --- gfilt.orig Wed Feb 16 16:22:33 2005 +++ gfilt Wed Feb 16 16:22:51 2005 @@ -56,11 +56,11 @@ for arg do case $arg in - [-/]iter:*|[-/]cand:*|[/-]hdr:*| - [-/]with:*|[-/]path:*|[/-]showback:*| - [/-]width:*| - [-/]lognative|[-/]banner:*|[/-]|[-/]nullarg:*| - [-/]break:*|[-/]cbreak:*|[-/]closewrap:*|[-/]meta|[-/]meta:*) + [-/]iter:*|[-/]cand:*|[/-]hdr:*| \ + [-/]with:*|[-/]path:*|[/-]showback:*| \ + [/-]width:*| \ + [-/]lognative|[-/]banner:*|[/-]|[-/]nullarg:*| \ + [-/]break:*|[-/]cbreak:*|[-/]closewrap:*|[-/]meta|[-/]meta:*) \ DECRYPTOR_ARGS="$DECRYPTOR_ARGS $arg";; *) GCC_ARGS="$GCC_ARGS $arg";; It looks like the tarball updated again: => Checksum mismatch for gstlfilt.tar. ===> Giving up on fetching files: gstlfilt.tar Make sure the Makefile and distinfo file (/usr/ports/devel/stlfilt/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/devel/stlfilt. Can you keep the file on your www/ftp site? Then we will not get sudden file change. -- Sem. State Changed From-To: open->feedback Wait for feedback State Changed From-To: feedback->closed Committed, thanks! |