Bug 115971

Summary: [update] devel/libtifiles2: version 1.0.7
Product: Ports & Packages Reporter: Tijl Coosemans <tijl>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libtifiles2.update none

Description Tijl Coosemans 2007-08-31 16:00:05 UTC
port devel/libtifiles2 update to version 1.0.7
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-02 01:37:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-02 13:25:37 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback.
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-02 13:47:37 UTC
State Changed
From-To: feedback->open

Fix category (submitter is maintainer).
Comment 4 araujobsdport 2007-09-03 12:13:05 UTC
Dear Tijl Coosemans,

Please,
Verify the prefix of the package!
Example: libticalcs2-20070207.tar.bz2
The Makefile search .tar.gz!

Look again the PR: 115970, 115971, 115972, 115973 and 115974

Fix it and send again!

Thanks and best regards.

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 5 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-09-03 13:24:42 UTC
On Mon, 03 Sep 2007 08:13:05 -0300
Marcelo Araujo <araujobsdport@gmail.com> wrote:

> Dear Tijl Coosemans,
> 
> Please,
> Verify the prefix of the package!


Umm, that would be the suffix of the distfile (tarball).

> Example: libticalcs2-20070207.tar.bz2
> The Makefile search .tar.gz!


More, after applying the patch the port fetches OK.

What I don't understand is why the ports now depends on
LIB_DEPENDS=    ticonv.3:${PORTSDIR}/converters/libticonv
when the libticonv port has .2
Is there an other update for that port ?

Tijl, a small point: if you submit a PR with a shared lib version bump
please say so in the Description part of the PR so that the commiter
doesn't miss checking dependent ports; better yet, you should do this
yourself and mention the dependent ports that should have their
PORTREVISION bumped to cope with the shared lib bump in your upgrade.


> Look again the PR: 115970, 115971, 115972, 115973 and 115974


What are you trying to point him to here ?

Ah, I see now that 115974 contains the upgrade of libticonv including
the shared lib bump. Marcello please be more verbose next time. 
 
> Fix it and send again!


Let's be a a little more friendly towards our fellow submitters /
maintainers. "Please ..."  ;-) I realize that this is a "translation"
problem but still :)



-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
Comment 6 Tijl Coosemans 2007-09-03 15:28:25 UTC
On Monday 03 September 2007 13:13:05 Marcelo Araujo wrote:
> Verify the prefix of the package!
> Example: libticalcs2-20070207.tar.bz2
> The Makefile search .tar.gz!

That's an old version of the file. The updates make the libti* ports
fetch tilibs2-20070829.tar.gz (using DISTFILES). This file contains
four tarballs, one for each of the libti* libs. So the port Makefiles
extract tilibs2-20070829.tar.gz and then in the post-extract target
${WRKDIR}/tilibs2/${DISTNAME}${EXTRACT_SUFX} is extracted which
provides WRKSRC. Everything is .tar.gz.
Comment 7 Tijl Coosemans 2007-09-03 15:37:41 UTC
On Monday 03 September 2007 14:24:42 Ion-Mihai Tetcu wrote:
> Tijl, a small point: if you submit a PR with a shared lib version
> bump please say so in the Description part of the PR so that the
> commiter doesn't miss checking dependent ports; better yet, you
> should do this yourself and mention the dependent ports that should
> have their PORTREVISION bumped to cope with the shared lib bump in
> your upgrade.

Right, normally I mention dependency PR numbers. I rushed it a bit this
time. Sincere apologies. Nothing but comms/tilp2 depends on these libs
by the way, so no ports need to get their PORTREVISION bumped.
Comment 8 araujobsdport 2007-09-04 04:01:34 UTC
Tijl Coosemans wrote:
> That's an old version of the file. The updates make the libti* ports
> fetch tilibs2-20070829.tar.gz (using DISTFILES). This file contains
> four tarballs, one for each of the libti* libs. So the port Makefiles
> extract tilibs2-20070829.tar.gz and then in the post-extract target
> ${WRKDIR}/tilibs2/${DISTNAME}${EXTRACT_SUFX} is extracted which
> provides WRKSRC. Everything is .tar.gz.
>
>   

Hi dear Tijl,

Sorry for my mistake, your PRs is very fine and no has any problem.
I commit in few hours.

Thanks a lot for your fast reply.

Best Regards.

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 9 dfilter service freebsd_committer freebsd_triage 2007-09-05 12:05:01 UTC
araujo      2007-09-05 11:04:57 UTC

  FreeBSD ports repository

  Modified files:
    devel/libtifiles2    Makefile distinfo pkg-plist 
  Log:
  - Update to 1.0.7.
  
  PR:             ports/115971
  Submitted by:   Tijl Coosemans <tijl@ulyssis.org> (maintainer)
  Approved by:    stas (mentor)
  
  Revision  Changes    Path
  1.5       +10 -5     ports/devel/libtifiles2/Makefile
  1.5       +3 -3      ports/devel/libtifiles2/distinfo
  1.2       +1 -1      ports/devel/libtifiles2/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-05 12:12:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!