diff options
author | sem <sem@FreeBSD.org> | 2005-08-29 15:32:09 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-08-29 15:32:09 +0800 |
commit | e142d03fbfeb79cfb4242ebd55bd25490d6e6e3d (patch) | |
tree | 4ae17818ee1e1192e43759adb9b5cb00ebf7f31d /archivers | |
parent | c60b68c401a85df6f199b1cdc49173cd9860083e (diff) | |
download | freebsd-ports-gnome-e142d03fbfeb79cfb4242ebd55bd25490d6e6e3d.tar.gz freebsd-ports-gnome-e142d03fbfeb79cfb4242ebd55bd25490d6e6e3d.tar.zst freebsd-ports-gnome-e142d03fbfeb79cfb4242ebd55bd25490d6e6e3d.zip |
- Remove CONFLICTS. The ports do not conflict anymore.
- Pass maintainership to submitter.
PR: ports/85107, ports/85108
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 974fdedf8a03..8049f0627f80 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -13,7 +13,7 @@ CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ MASTER_SITE_SUBDIR= libs/compression -MAINTAINER= ports@FreeBSD.org +MAINTAINER= matthias.andree@gmx.de COMMENT= Portable speedy, lossless data compression library USE_LIBTOOL_VER= 15 diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index e60dc07ae220..97f5b6d3a73d 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -5,19 +5,16 @@ # $FreeBSD$ # -PORTNAME= lzo +PORTNAME= lzo2 PORTVERSION= 2.01 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ MASTER_SITE_SUBDIR= libs/compression +DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= matthias.andree@gmx.de COMMENT= Portable speedy, lossless data compression library -LATEST_LINK= lzo2 - -CONFLICTS= lzo-1.* - USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared |