diff options
author | will <will@FreeBSD.org> | 2000-10-25 11:33:54 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-25 11:33:54 +0800 |
commit | e3c0e35cbc0cbd02bdad012f8fa709df2640e960 (patch) | |
tree | f86f76d7062b97c88e688447783cd0d305f0a758 /converters/kdesupport2 | |
parent | 7739944e9cf429079f376157c23f8afd43ec1303 (diff) | |
download | freebsd-ports-gnome-e3c0e35cbc0cbd02bdad012f8fa709df2640e960.tar.gz freebsd-ports-gnome-e3c0e35cbc0cbd02bdad012f8fa709df2640e960.tar.zst freebsd-ports-gnome-e3c0e35cbc0cbd02bdad012f8fa709df2640e960.zip |
Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...
All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
Diffstat (limited to 'converters/kdesupport2')
-rw-r--r-- | converters/kdesupport2/Makefile | 7 | ||||
-rw-r--r-- | converters/kdesupport2/distinfo | 2 | ||||
-rw-r--r-- | converters/kdesupport2/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index 5993558c999f..7cf84ed857cd 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -6,17 +6,17 @@ # PORTNAME= kdesupport -PORTVERSION= 1.94 +PORTVERSION= 2.0 CATEGORIES= converters kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= unstable/distribution/2.0Beta5/tar/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src MAINTAINER= will@FreeBSD.org BUILD_DEPENDS= jade:${PORTSDIR}/textproc/jade \ ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc -LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 +USE_QT2= yes MOC= ${X11BASE}/bin/moc2 SOMAJOR= 8 SOMINOR= 0 @@ -40,5 +40,6 @@ PLIST_SUB+= LIBVER="${SOMAJOR}" pre-configure: ${PERL} -pi -e "s@TOPSUBDIRS libaps@TOPSUBDIRS@g" ${WRKSRC}/configure ${PERL} -pi -e "s@odbc libaps@odbc@g" ${WRKSRC}/configure + ${PERL} -pi -e "s@-version-info 1:1@-version-info 3:0@g" ${WRKSRC}/mimelib/Makefile.in .include <bsd.port.mk> diff --git a/converters/kdesupport2/distinfo b/converters/kdesupport2/distinfo index a071501482d2..56d5b733aaa7 100644 --- a/converters/kdesupport2/distinfo +++ b/converters/kdesupport2/distinfo @@ -1 +1 @@ -MD5 (kdesupport-1.94.tar.bz2) = a27ee8346667d4f6580837ef25b12215 +MD5 (kdesupport-2.0.tar.bz2) = b9bf4d1e0e96921379e55cc386f1e336 diff --git a/converters/kdesupport2/pkg-plist b/converters/kdesupport2/pkg-plist index feca650dc044..217bcb6c562c 100644 --- a/converters/kdesupport2/pkg-plist +++ b/converters/kdesupport2/pkg-plist @@ -33,6 +33,5 @@ include/mimelib/token.h include/mimelib/utility.h include/mimelib/uuencode.h lib/libmimelib.la -lib/libmimelib.so lib/libmimelib.so.3 @dirrm include/mimelib |