diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-01-31 13:43:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-01-31 13:43:16 +0800 |
commit | f0cf2255c5c694423c42fe923832f059f34f6720 (patch) | |
tree | c231a2b7e87b8a42b94034dd3835283189695051 /multimedia | |
parent | 69bc46ef60c03139fb0bb9a31ff098fbfcceeb6a (diff) | |
download | freebsd-ports-gnome-f0cf2255c5c694423c42fe923832f059f34f6720.tar.gz freebsd-ports-gnome-f0cf2255c5c694423c42fe923832f059f34f6720.tar.zst freebsd-ports-gnome-f0cf2255c5c694423c42fe923832f059f34f6720.zip |
- new tarball with COPYING changed
rereleased now under GPL, former GLPL
HEADS UP:
Do not link libreplex with non GPL programs.
linking it with BSD-licensed or other open-source licenses
is a violation of the GPL license.
- remove libreplex from the packag
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/replex/Makefile | 2 | ||||
-rw-r--r-- | multimedia/replex/distinfo | 4 | ||||
-rw-r--r-- | multimedia/replex/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/replex/Makefile b/multimedia/replex/Makefile index 81810caedb37..fe68bf5207c5 100644 --- a/multimedia/replex/Makefile +++ b/multimedia/replex/Makefile @@ -7,6 +7,7 @@ PORTNAME= replex PORTVERSION= 0.1.3 +PORTVERSION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.metzlerbros.org/dvb/ @@ -22,7 +23,6 @@ TOFIX= avi.h element.h mpg_common.h pes.h replex.h ringbuffer.h \ replex.c ts.c do-install: - ${INSTALL_DATA} ${WRKSRC}/libreplex.a ${PREFIX}/lib/ ${INSTALL_PROGRAM} ${WRKSRC}/replex ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/multimedia/replex/distinfo b/multimedia/replex/distinfo index 9fc3b117ff8f..50a387baabae 100644 --- a/multimedia/replex/distinfo +++ b/multimedia/replex/distinfo @@ -1,2 +1,2 @@ -MD5 (replex-0.1.3.tar.gz) = 9f8bf9260415227c6c370f63b98dde34 -SIZE (replex-0.1.3.tar.gz) = 45766 +MD5 (replex-0.1.3.tar.gz) = db10d1f8665adce061e277b0c0336c73 +SIZE (replex-0.1.3.tar.gz) = 43211 diff --git a/multimedia/replex/pkg-plist b/multimedia/replex/pkg-plist index 9030576877ac..48e2c3a5ec23 100644 --- a/multimedia/replex/pkg-plist +++ b/multimedia/replex/pkg-plist @@ -1,5 +1,4 @@ bin/replex -lib/libreplex.a %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO |