diff options
author | araujo <araujo@FreeBSD.org> | 2008-06-06 04:29:26 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-06-06 04:29:26 +0800 |
commit | d1550aa46b0628c73a29e0948e25cdbf5fecbee6 (patch) | |
tree | 94ef71d16672945a54359c0980934a918e189d76 /archivers | |
parent | 518cecf38eaaefd4cb803e85dd9fb42104e14d18 (diff) | |
download | freebsd-ports-gnome-d1550aa46b0628c73a29e0948e25cdbf5fecbee6.tar.gz freebsd-ports-gnome-d1550aa46b0628c73a29e0948e25cdbf5fecbee6.tar.zst freebsd-ports-gnome-d1550aa46b0628c73a29e0948e25cdbf5fecbee6.zip |
- Update is needed because dynamite has been renamed to libdynamite.
- Bump PORTREVISION.
PR: ports/123941
Submitted by: Alexander Logvinov <ports@logvinov.com)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liborange/Makefile | 6 | ||||
-rw-r--r-- | archivers/orange/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index 45bc44b6fe26..43daa055ef53 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -7,9 +7,9 @@ PORTNAME= orange PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com @@ -17,7 +17,7 @@ COMMENT= Extract Microsoft Cabinet files from self-extracting installers LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ rapi.2:${PORTSDIR}/palm/synce-librapi2 \ - dynamite.0:${PORTSDIR}/archivers/dynamite \ + dynamite.0:${PORTSDIR}/archivers/libdynamite \ unshield.0:${PORTSDIR}/archivers/unshield USE_AUTOTOOLS= libtool:15 diff --git a/archivers/orange/Makefile b/archivers/orange/Makefile index 45bc44b6fe26..43daa055ef53 100644 --- a/archivers/orange/Makefile +++ b/archivers/orange/Makefile @@ -7,9 +7,9 @@ PORTNAME= orange PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com @@ -17,7 +17,7 @@ COMMENT= Extract Microsoft Cabinet files from self-extracting installers LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ rapi.2:${PORTSDIR}/palm/synce-librapi2 \ - dynamite.0:${PORTSDIR}/archivers/dynamite \ + dynamite.0:${PORTSDIR}/archivers/libdynamite \ unshield.0:${PORTSDIR}/archivers/unshield USE_AUTOTOOLS= libtool:15 |