mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 1.0.
Update Comment Add LICENSE blob. Stagify.
This commit is contained in:
parent
0b5d8635e1
commit
c10de79b1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339537
12
UPDATING
12
UPDATING
@ -5,6 +5,18 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20140112:
|
||||
AFFECTS: users of devel/libical
|
||||
AUTHOR: kwm@FreeBSD.org
|
||||
|
||||
The libical ports was updated to 1.0.0. Due to the shared library bump
|
||||
and the removal of the .la file. All ports that use libical need to be
|
||||
rebuild.
|
||||
|
||||
# portmaster -r libical
|
||||
or
|
||||
# pkg install -fR libical
|
||||
|
||||
20140111:
|
||||
AFFECTS: users of lang/go
|
||||
AUTHOR: jlaffaye@FreeBSD.org
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gnokii
|
||||
PORTVERSION= 0.6.31
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ical2html
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= kdepimlibs
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= orage
|
||||
PORTVERSION= 4.10.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= osmo
|
||||
PORTVERSION= 0.2.10
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= simpleagenda
|
||||
PORTVERSION= 0.43
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils gnustep
|
||||
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
|
||||
DISTNAME= SimpleAgenda-${PORTVERSION}
|
||||
|
@ -2,32 +2,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libical
|
||||
PORTVERSION= 0.48
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/freeassociation/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= An implementation of the IETF Calendaring and Scheduling protocols
|
||||
COMMENT= Implementation of the IETF Calendaring and Scheduling protocols
|
||||
|
||||
USES= gmake perl5
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= MPL LGPL21
|
||||
|
||||
USES= cmake gmake pathfix perl5
|
||||
USE_PERL5= build
|
||||
USE_GNOME= gnomehack ltverhack
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
OPTIONS_DEFINE= PYTHON
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON}
|
||||
CONFIGURE_ARGS= --enable-python=yes
|
||||
USE_PYTHON= yes
|
||||
.else
|
||||
CONFIGURE_ARGS= --enable-python=no
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -35,4 +22,7 @@ CONFIGURE_ARGS= --enable-python=no
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libical*.so.1.0.0
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libical-0.48.tar.gz) = 2ae78b0757f0dd13431acf42a9a8d038339fd4767fd5134e650bf60ee0b4dff0
|
||||
SIZE (libical-0.48.tar.gz) = 1173620
|
||||
SHA256 (libical-1.0.tar.gz) = 7c39b3448e4927a2de2775d853f52b3aaeb42400970a3db0b01a78987e6ec0b7
|
||||
SIZE (libical-1.0.tar.gz) = 1199483
|
||||
|
8
devel/libical/files/patch-CMakeLists.txt
Normal file
8
devel/libical/files/patch-CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
--- CMakeLists.txt.orig 2013-05-04 23:25:27.000000000 +0200
|
||||
+++ CMakeLists.txt 2013-12-01 00:16:33.000000000 +0100
|
||||
@@ -201,4 +201,4 @@
|
||||
set(PTHREAD_LIBS "${CMAKE_THREAD_LIBS_INIT}")
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libical.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libical.pc @ONLY)
|
||||
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
|
||||
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig)
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig 2009-04-13 19:05:37.000000000 -0400
|
||||
+++ configure 2009-04-13 19:05:00.000000000 -0400
|
||||
@@ -20096,7 +20096,7 @@ case "$host" in
|
||||
--- configure.orig 2013-11-30 20:59:36.000000000 +0100
|
||||
+++ configure 2013-11-30 20:59:36.000000000 +0100
|
||||
@@ -15429,7 +15429,7 @@
|
||||
use_builtin_timezone=yes
|
||||
os_win32=yes
|
||||
;;
|
||||
|
@ -45,16 +45,16 @@ include/libical/vcaltmp.h
|
||||
include/libical/vcc.h
|
||||
include/libical/vobject.h
|
||||
lib/libical.a
|
||||
lib/libical.la
|
||||
lib/libical.so
|
||||
lib/libical.so.0
|
||||
lib/libical.so.1
|
||||
lib/libical.so.1.0.0
|
||||
lib/libicalss.a
|
||||
lib/libicalss.la
|
||||
lib/libicalss.so
|
||||
lib/libicalss.so.0
|
||||
lib/libicalss.so.1
|
||||
lib/libicalss.so.1.0.0
|
||||
lib/libicalvcal.a
|
||||
lib/libicalvcal.la
|
||||
lib/libicalvcal.so
|
||||
lib/libicalvcal.so.0
|
||||
lib/libicalvcal.so.1
|
||||
lib/libicalvcal.so.1.0.0
|
||||
libdata/pkgconfig/libical.pc
|
||||
@dirrm include/libical
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= kmymoney
|
||||
PORTVERSION= 4.6.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance kde
|
||||
MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= evolution
|
||||
PORTVERSION= 2.32.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= wmcalendar
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= misc windowmaker
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user