diff --git a/databases/linux-f10-sqlite3/Makefile b/databases/linux-f10-sqlite3/Makefile index b328a9c64869..25bfcb0549d4 100644 --- a/databases/linux-f10-sqlite3/Makefile +++ b/databases/linux-f10-sqlite3/Makefile @@ -1,33 +1,35 @@ # New ports collection makefile for: databases/linux-f10-sqlite3 # Date created: 2009-05-04 # Whom: bsam # # $FreeBSD$ # PORTNAME= sqlite3 PORTVERSION= 3.5.9 +PORTREVISION= 1 CATEGORIES= databases linux PKGNAMEPREFIX= linux-f10- DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 10) CONFLICTS= linux-f8-sqlite3-[0-9]* USE_LINUX_RPM= yes LINUX_DIST_VER= 10 RPMVERSION= 4.fc10 BRANDELF_FILES= usr/bin/sqlite3 USE_LDCONFIG= yes PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \ usr/lib/libsqlite3.so.0.8.6 DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} PORTDOCS= README MANPREFIX= ${PREFIX}/usr/share MAN1= sqlite3.1 +MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include diff --git a/databases/linux-f8-sqlite3/Makefile b/databases/linux-f8-sqlite3/Makefile index 8421d681a128..45e095fe9acb 100644 --- a/databases/linux-f8-sqlite3/Makefile +++ b/databases/linux-f8-sqlite3/Makefile @@ -1,34 +1,35 @@ # New ports collection makefile for: databases/linux-f8-sqlite3 # Date created: 2009-04-05 # Whom: bsam # # $FreeBSD$ # PORTNAME= sqlite3 PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases linux PKGNAMEPREFIX= linux-f8- DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 8) CONFLICTS= linux-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]* USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 3.fc8 BRANDELF_FILES= usr/bin/sqlite3 USE_LDCONFIG= yes PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \ usr/lib/libsqlite3.so.0.8.6 DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} PORTDOCS= README MANPREFIX= ${PREFIX}/usr/share MAN1= sqlite3.1 +MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include diff --git a/ftp/linux-f10-curl/Makefile b/ftp/linux-f10-curl/Makefile index 7ea9b6bc8735..43186455ba46 100644 --- a/ftp/linux-f10-curl/Makefile +++ b/ftp/linux-f10-curl/Makefile @@ -1,40 +1,41 @@ # New ports collection makefile for: ftp/linux-f10-curl # Date created: 2009-05-03 # Whom: bsam # # $FreeBSD$ # PORTNAME= curl PORTVERSION= 7.19.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp linux PKGNAMEPREFIX= linux-f10- DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.i386.rpm \ libcurl-${PORTVERSION}-${RPMVERSION}.i386.rpm .if defined(PACKAGE_BUILDING) SRC_DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.src.rpm ALWAYS_KEEP_DISTFILES= YES .endif MAINTAINER= emulation@FreeBSD.org COMMENT= The command line tool for transferring files with URL syntax (Linux Fedora 10) CONFLICTS= linux-curl-[0-9]* linux-f8-curl-[0-9]* USE_LINUX_RPM= yes USE_LINUX_APPS= cyrus-sasl2 openldap LINUX_DIST_VER= 10 RPMVERSION= 6.fc10 USE_LDCONFIG= yes BRANDELF_FILES= usr/bin/curl DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1 DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting MANPREFIX= ${PREFIX}/usr/share MAN1= curl.1 +MANCOMPRESSED= yes .include diff --git a/ftp/linux-f8-curl/Makefile b/ftp/linux-f8-curl/Makefile index 2c696408c5eb..2bbe6b897daf 100644 --- a/ftp/linux-f8-curl/Makefile +++ b/ftp/linux-f8-curl/Makefile @@ -1,33 +1,34 @@ # New ports collection makefile for: ftp/linux-f8-curl # Date created: 2009-03-30 # Whom: bsam # # $FreeBSD$ # PORTNAME= curl PORTVERSION= 7.18.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= The command line tool for transferring files with URL syntax (Linux Fedora 8) CONFLICTS= linux-curl-[0-9]* linux-f10-curl-[0-9]* USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 7.fc8 USE_LDCONFIG= yes BRANDELF_FILES= usr/bin/curl DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.0 DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting MANPREFIX= ${PREFIX}/usr/share MAN1= curl.1 +MANCOMPRESSED= yes .include diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile index 897f5004c17f..55ae3874972e 100644 --- a/textproc/linux-f10-libxml2/Makefile +++ b/textproc/linux-f10-libxml2/Makefile @@ -1,35 +1,36 @@ # New ports collection makefile for: textproc/linux-f10-libxml2 # Date created: 2009-05-03 # Whom: bsam # # $FreeBSD$ # PORTNAME= libxml2 PORTVERSION= 2.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Library providing XML and HTML support (Linux Fedora 10) CONFLICTS= linux-libxml2-[0-9]* linux-f8-libxml2-[0-9]* USE_LINUX_RPM= yes LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes PLIST_FILES= usr/bin/xmlcatalog usr/bin/xmllint \ usr/lib/libxml2.so.2 usr/lib/libxml2.so.${PORTVERSION} DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO MANPREFIX= ${PREFIX}/usr/share MAN1= xmlcatalog.1 xmllint.1 MAN3= libxml.3 +MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include diff --git a/textproc/linux-f8-libxml2/Makefile b/textproc/linux-f8-libxml2/Makefile index 841418c58765..331920121301 100644 --- a/textproc/linux-f8-libxml2/Makefile +++ b/textproc/linux-f8-libxml2/Makefile @@ -1,35 +1,36 @@ # New ports collection makefile for: textproc/linux-f8-libxml2 # Date created: 2008-04-10 # Whom: bsam # # $FreeBSD$ # PORTNAME= libxml2 PORTVERSION= 2.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Library providing XML and HTML support (Linux Fedora 8) CONFLICTS= linux-libxml2-[0-9]* linux-f10-libxml2-[0-9]* USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 2.fc8 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes PLIST_FILES= usr/bin/xmlcatalog usr/bin/xmllint \ usr/lib/libxml2.so.2 usr/lib/libxml2.so.${PORTVERSION} DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO MANPREFIX= ${PREFIX}/usr/share MAN1= xmlcatalog.1 xmllint.1 MAN3= libxml.3 +MANCOMPRESSED= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include