diff options
author | maho <maho@FreeBSD.org> | 2004-12-20 10:40:52 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-12-20 10:40:52 +0800 |
commit | 66511a5916bc5089622df4f3aa18154b069ecca9 (patch) | |
tree | f80460df6f5b37cf22152d81d0277593e1b1f644 | |
parent | 70da7b666e69d8e262c35ac8a9607ac02cc7e98d (diff) | |
download | freebsd-ports-gnome-66511a5916bc5089622df4f3aa18154b069ecca9.tar.gz freebsd-ports-gnome-66511a5916bc5089622df4f3aa18154b069ecca9.tar.zst freebsd-ports-gnome-66511a5916bc5089622df4f3aa18154b069ecca9.zip |
Now epm is patched version for OpenOffice.org
http://installation.openoffice.org/
http://installation.openoffice.org/how_to_create_native_installer.html
and bump portrevision accordingly
-rw-r--r-- | devel/epm/Makefile | 6 | ||||
-rw-r--r-- | devel/epm/distinfo | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/epm/Makefile b/devel/epm/Makefile index 924a20e1e273..4646b04f92cb 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -7,15 +7,21 @@ PORTNAME= epm PORTVERSION= 3.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= maho/openoffice.org DISTNAME= ${PORTNAME}-${PORTVERSION}-source EXTRACT_SUFX= .tar.bz2 +PATCH_DIST_STRIP= -p2 + MAINTAINER= openoffice@FreeBSD.org COMMENT= A free UNIX software/file packaging program +PATCHFILES+= epm-3.7.patch +PATCH_SITES+= http://installation.openoffice.org/ + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/devel/epm/distinfo b/devel/epm/distinfo index 664b93acfff3..905c53a820af 100644 --- a/devel/epm/distinfo +++ b/devel/epm/distinfo @@ -1,2 +1,4 @@ MD5 (epm-3.7-source.tar.bz2) = d1fd62aa8e38b8dcd32b821822cb29a8 SIZE (epm-3.7-source.tar.bz2) = 401222 +MD5 (epm-3.7.patch) = 45b782d55e0545355cb5ffe5292e13cc +SIZE (epm-3.7.patch) = 4013 |