Bug 118444 - [patch] port update devel/libical
Summary: [patch] port update devel/libical
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: 2007-12-05 10:50 UTC by Derkjan de Haan
Modified: 2008-02-09 07:20 UTC (History)
0 users

See Also:


Attachments
file.diff (194 bytes, patch)
2007-12-05 10:50 UTC, Derkjan de Haan
no flags Details | Diff
file.diff (13.98 KB, patch)
2007-12-05 10:50 UTC, Derkjan de Haan
no flags Details | Diff
libical.diff (14.89 KB, patch)
2007-12-16 10:56 UTC, Derkjan de Haan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Derkjan de Haan 2007-12-05 10:50:01 UTC
I have prepared a patch to update the devel/libical port. Please review and apply.

Fix: PORTNAME=      libical
-PORTVERSION=   0.24
-PORTREVISION=  3
-DISTFILES=     ${DISTNAME}.RC4${EXTRACT_SUFX}
+PORTVERSION=   0.27
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    freeassociation
@@ -16,19 +14,18 @@
 MAINTAINER=    joe@zircon.seattle.wa.us
 COMMENT=       An implementation of the IETF's Calendaring and Scheduling protocols

-USE_AUTOTOOLS= libtool:15
 GNU_CONFIGURE= yes
 USE_GMAKE=     yes
 USE_PERL5_BUILD=yes
-INSTALLS_SHLIB=        yes
+USE_LDCONFIG=  yes

 .if !defined(WITHOUT_PYTHON)
 CONFIGURE_ARGS=        --enable-python=yes
 USE_PYTHON=    yes
-PLIST_SUB+=     PYTHON:=""
+PLIST_SUB+=    PYTHON:=""
 .else
 CONFIGURE_ARGS=        --enable-python=no
-PLIST_SUB+=     PYTHON:="@comment "
+PLIST_SUB+=    PYTHON:="@comment "
 .endif

 .include <bsd.port.pre.mk>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-05 10:50:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Derkjan de Haan 2007-12-16 10:56:53 UTC
This time, I have attached the patch as a file. The original was a
copy&paste into send-pr, a method which is prone to errors.
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2008-02-08 16:48:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-02-09 07:16:41 UTC
rafan       2008-02-09 07:16:36 UTC

  FreeBSD ports repository

  Modified files:
    devel/libical        Makefile distinfo pkg-descr pkg-plist 
    devel/libical/files  patch-configure 
  Log:
  - Update to 0.27
  - Update WWW to the new site on sourceforge
  
  PR:             ports/118444
  Submitted by:   Derkjan de Haan <haanjdj at gmail.com>
  Approved by:    maintainer timeout (2 months)
  
  Revision  Changes    Path
  1.15      +2 -4      ports/devel/libical/Makefile
  1.5       +3 -3      ports/devel/libical/distinfo
  1.3       +4 -4      ports/devel/libical/files/patch-configure
  1.3       +1 -1      ports/devel/libical/pkg-descr
  1.5       +64 -46    ports/devel/libical/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 5 dfilter service freebsd_committer freebsd_triage 2008-02-09 07:17:37 UTC
rafan       2008-02-09 07:17:33 UTC

  FreeBSD ports repository

  Modified files:
    misc/wmcalendar      Makefile 
    converters/ical2html Makefile 
  Log:
  - Chase library version bump for devel/libical
  
  PR:             ports/118444 (libical update)
  
  Revision  Changes    Path
  1.2       +2 -1      ports/converters/ical2html/Makefile
  1.14      +2 -2      ports/misc/wmcalendar/Makefile
_______________________________________________
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 6 Rong-En Fan freebsd_committer freebsd_triage 2008-02-09 07:17:44 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!